Advertisement
  1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Outdated PerWorldGamemode 1.2.6

Control the gamemode in different worlds.

  1. tschrock
    For PocketMine-MP:
    Alpha_1.3.12
    PerWorldGamemode 1.2.5
    This plugin allows you to set different game modes for each world. You can now have both survival and creative worlds on your server at the same time! You can also exclude players so their gamemode doesn't change when they switch worlds.

    Commands:
    /perworldgamemode set <gamemode> (world)
    /perworldgamemode exclude <player>
    /perworldgamemode include <player>

    Aliases:
    /pwgm ---> /perworldgamemode

    Config:
    You can use the commands to set up you worlds, or edit the config file yourself (Please make sure you know what you doing). You can change the logout delay, worlds, and excluded players.
    Optional Plugins:
    SimpleWorlds
    Alternate Categories:
    • Admin Tools
    • Teleportation
    • World Editing and Management

Recent Updates

  1. exclude fix
  2. Let's try this again...
  3. Bug fix + New Features

Recent Reviews

  1. Exxarion
    Exxarion
    4/5,
    Version: 1.2.6
    Can you make it support PocketMine 1.4?
  2. GoldCrafted
    GoldCrafted
    5/5,
    Version: 1.2.6
    Good plugin but maby u can add a feature that it will save your inv in the count down and when u switch back it restore your stuff back that would be better but i still give 5 stars
  3. Mineblast
    Mineblast
    4/5,
    Version: 1.2.6
    Great, but the Countdown has to get fixed. Nothing happens when you change the time in the config.
  4. CookieSteve
    CookieSteve
    5/5,
    Version: 1.2.5
    Really Useful and cool Could You Make a live signs plugin and world limit so only 10 people can join a certain word
  5. CookieSteve
    CookieSteve
    5/5,
    Version: 1.2
    When I try To Set up my world for creative the world is called Creative By The way, it says World doesn't exist
    is it because its caps or something else
    1. tschrock
      Author's Response
      World names are case-sensitive: you need to capitalize it the same.
  6. KirkroCrafter
    KirkroCrafter
    4/5,
    Version: 1.2
    can u add suport for view gamemode
  7. foodeater3
    foodeater3
    1/5,
    Version: 1.2
    Does not change people's game modes at the set worlds...I've tried multiple times on each world...had people on the survival world I'm creative
  8. Reid
    Reid
    5/5,
    Version: 1.2
    Wow thx for making this i have been trying to figure out ways a lot but now it simple and easy thx
  9. Mineblast
    Mineblast
    1/5,
    Version: 1.0
    Executed 1 command and it all crashed. Fix this.

    ```
    # PocketMine-MP Error Dump Sun Jun 8 15:38:01 UTC 2014
    Error: array (
    'type' => 'E_ERROR',
    'message' => 'Call to a member function getname() on a non-object',
    'file' => 'C:\\Users\\Robin\\Desktop\\Pocketmine 1.3.12\\plugins\\PerWorldGamemode.php',
    'line' => 67,
    )

    THIS ERROR WAS CAUSED BY A PLUGIN. REPORT IT TO THE PLUGIN DEVELOPER.
    Code:
    [58]
    [59] switch (array_shift($params)) {
    [60] case "set":
    [61] $mode = array_shift($params);
    [62] $world = array_shift($params);
    [63] if (is_null($world)) {
    [64] if (!$issuer instanceof Player) {
    [65] return 'Please specify a world!';
    [66] } else {
    [67] $world = $issuer->world->getname();
    [68] }
    [69] }
    [70]
    [71] switch ($mode) {
    [72] case "s":
    [73] case "survival":
    [74] $this->removeprop("creativeWorlds", $world);
    [75] $this->addprop("survivalWorlds", $world);
    [76] return "Set " . $world . " to survival.";
    [77] case "c":


    PocketMine-MP version: Alpha_1.3.12 #620 [Protocol 14; API 12]
    1. tschrock
      Author's Response
      This is fixed in the new version, i'm just waiting for it to be approved.
  10. hoyinm14mc
    hoyinm14mc
    5/5,
    Version: 1.0
    Great! That is what I need!
    If you can make i
    gt wont kick players when gm change, I will give 6 stars!!!!! XDXD
Advertisement