| Command | Description |
| /gworld list | lists your active worlds |
| /gworld info <worldname> | displays some basic info about a world |
| /gworld listplayers <worldname> | lists the players currently running around in that world |
| /gworld create <worldname> [environment [seed]] | creates a new world on your server, <environment> may be "normal", "nether" or "skylands". defaults to "normal" if left blank |
| /gworld delete <worldname> | unloads a world (and deletes it from the plugin's database) |
| /gworld warpto <worldname> | teleports you to the world <name> |
| /gworld setborder <worldname> <#> | sets the border for world <name> to <#> (denies exploration beyond x/z +/- <#>) |
| /gworld setcreaturelimit <worldname> <#> | limits creature spawns to a maximum of <#> creatures for the world |
| /gworld allowanimals <worldname> <true/false> | Allows or denys animal spawns on world <name> |
| /gworld allowmonsters <worldname> <true/false> | Allows or denys monster spawns on world <name> |
| /gworld suppresshealthregain <worldname> <true(false> | Suppresses automatic health regaining when allowmonsters is set to false |
| /gworld allowpvp <worldname> <true/false> | Allows or denys PvP combat on world <name> |
| /gworld allowweatherchange <worldname> <true/false> | Allows or denys weather to change on world <name> |
| /gworld setweather <worldname> <sun/storm> | Sets the current weather for world <name> (ignores allowWeatherChange setting) |
| /gworld timefrozen <worldname> <true/false> | (Un)freezes the current time on world <name> |
| /gworld settime <worldname> <sunrise/noon/sunset/midnight> | Sets the current time for world <name> (also sets time for timefrozen) |
| Command | Description |
| /gate create <gatename> | creates a new teleportation point ("gate") at your current position - make sure you look at the direction your users should look at, when they ARRIVE at this point |
| /gate move <gatename> | moves a gates location to your current position |
| /gate delete <gatename> | deletes a teleportation point |
| /gate link <gatename1> <gatename2> | creates a link from <name1> to <name2>, so when you step on <name1> you will be teleported to <name2> |
| /gate loop <gatename1> <gatename2> | same as /gate link, but for both ways |
| /gate unlink <gatename> | deletes the destination for <name1> |
| /gate unloop <gatename1> <gatename2> | deletes a loop between the two gates (if it exists) |
| /gate info <gatename> | displays some basic info about a gate |
| /gate list | lists all gates in all worlds in alphabetical order |
| /gate listnear [radius] | lists all gates near you (radius defaults to 10, BE CAREFUL WITH BIG NUMBERS!) |
| /gate listsolo | lists all gates without a source or destination |
| /gate warp <gatename> | teleports you to the given teleportation point |
| /gate reload | reloads all gates from gates.yml |
Comments