PerWorldGamemode 1.2.5
- For PocketMine-MP:
- Alpha_1.3.12
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
Advertisement
-
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.
-
GoldCrafted, MinerDaDJ, MrAsidert and 2 others like this.
Recent Updates
- exclude fix Jun 19, 2014
- Let's try this again... Jun 13, 2014
- Bug fix + New Features Jun 8, 2014
Recent Reviews
-
-
GoldCrafted
- 5/5,
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
-
Mineblast
- 4/5,
Great, but the Countdown has to get fixed. Nothing happens when you change the time in the config.
-
CookieSteve
- 5/5,
Really Useful and cool Could You Make a live signs plugin and world limit so only 10 people can join a certain word
-
CookieSteve
- 5/5,
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 -
-
foodeater3
- 1/5,
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
-
Reid
- 5/5,
Wow thx for making this i have been trying to figure out ways a lot but now it simple and easy thx
-
Mineblast
- 1/5,
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]-
Author's Response
This is fixed in the new version, i'm just waiting for it to be approved.
-
hoyinm14mc
- 5/5,
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