This are the Enums from RentIt-Worlds. They can be used in the configs and give the possibility to set more than "yes" and "no".
In the following are all the Enums:
Gadget Type | Description |
---|---|
CREEPER_EXPLOSION | Creeper Block and Player Damage |
CREEPER_BLOCK_EXPLOSION | Only Creeper Block damage |
ENDERMAN_GRIEF | Enderman Block griefing |
GHAST_FIREBALL | Ghast Fireball Block and Player Damage |
FIRE_SPREAD | Fire Spread, if a Block is burning/Lava |
SNOWMAN_TRAILS | The Trails of a Snow Golem |
RAVAGER_GRIEF | Ravager Block Damage |
PLAYER_FLY | Fly Mode without being in creative |
REALTIME | Realtime in Minecraft |
MOTD | Message of the Day on Playerworld Join |
JOIN_MESSAGE | Join Message to all players in the World |
LEAVE_MESSAGE | Leave Message to all players in the World |
EXTEND_BORDER | Extending the Border to the given block amount |
Group | Description |
---|---|
OWNER | The Owner of the World |
MEMBER | All the invited Members |
GUEST | Everybody without a specific Rank |
NONE | The specific Player |
Those GUI Actions are defined in the Config of the plugin and controlling the GUI handling. Every GUI item must have one of those, to ensure the functionality. You can add as many items as you want, but you need to define at least NOTHING for example no Action. Otherwise, it would be a normal item and the player can steal it from the GUI.
Action | Description |
---|---|
NOTHING | Does nothing, but is need for GUI Items (f.e. decoration). Otherwise, a player could take them out of the GUI Inventory. |
BACK | Goes a Menu back |
CLOSE | Closes a Menu instantly |
RUN_COMMAND | Run the given command ("Command" Argument needed) |
RUN_CONSOLE_COMMAND | Run the given command as the console ("Command" Argument needed) |
MENU_GADGET_SHOP | The Gadgets GUI |
MENU_MAIN | The Main Site Inventory |
MENU_PERMISSIONS_PLAYER | The Player Permissions Menu |
MENU_PERMISSIONS_PLAYER_SELECT | The Player Selection for the Player Permission |
MENU_PERMISSIONS_MEMBER_DEFAULT | The Member Default Permissions Menu |
MENU_PERMISSIONS_GUEST_DEFAULT | The Guest Default Permissions Menu |
MENU_PLAYER_WORLD_CREATE | The Selection Menu for World Creation |
MENU_PLAYER_WORLD_LIST | All the owning Worlds listed |
MENU_PLAYER_WORLD_MEMBER_LIST | All Worlds listed with Member Rank |
MENU_WORLD_TIME | The Select Menu for the Time |
MENU_WORLD_DIFFICULTY | The Select Menu for the Difficulty |
MENU_WORLD_WEATHER | The Select Menu for the Weather |
GADGET_BUY | Buy/Setting of a Gadget |
CHANGE_PERMISSION | Changes the State for the given Permission |
CHANGE_SETTING | Configures the Setting |
PLAYER_WORLD_INFORMATIONS | The World Information |
PLAYER_WORLD_INFORMATIONS_OTHER | The World Information from other Players |
PLAYER_WORLD_EXTEND_RENT | Extending the current Rent |
PLAYER_WORLD_AUTOPAYMENT | Disabling the automatically extending |
PLAYER_WORLD_DELETE | Deletes the selected World |
PLAYER_WORLD_CREATE | Creates the World for the given World Type |
Permission | Description |
---|---|
ACCESS | Accessing the World |
CHANGE_PERMISSIONS | Changing this Permissions |
CHANGE_SETTINGS | Changing World Settings |
BUILD | Building Blocks |
BREAK | Breaking Blocks |
CHESTS | Open Chests |
BUCKET | Using the Bucket with Water/Lava |
INTERACT | Interacting with Doors/Furnaces/etc |
ITEM_DROP | Dropping Items |
ITEM_PICKUP | Picking up Items |
ATTACK_MONSTER | Attacking Monsters |
ATTACK_MOBS | Attacking Mobs |
Mode | Description |
---|---|
UNLIMITED | Players can buy a world and it will be for always available. |
INACTIVITY | World gets deleted, if the player wasn't online since the given time. |
RENTING | World needs to be rented. After the rent runs out, the map gets deleted. |
Setting | Description |
---|---|
ALIAS | The alternative World name |
PVP Player | Damage to another Player |
PLAYER_HUNGER | Losing Food Level |
JOIN_AT_SPAWN | Join at the Spawn or latest Position |
WEATHER_CYCLE | Disable Weather Change |
PLAYER_LIMIT | Maximal Players in the world |
CHANGE_SPAWN_LOCATION | Changing the Spawn Location |
CHANGE_WEATHER | Opens a Menu with the different Weather Options |
CHANGE_TIME | Opens a Menu with the different Time Options |
CHANGE_DIFFICULTY | Opens a Menu with the different Difficulty Options |
Status-Effect | Description |
---|---|
ENCHANT | The Enchant Effect for being active |
COLOR | Uses Block Colors (f.e. Material Type: Wool = Red – Green) |
Value Action | Description |
---|---|
SET | Set a f.e. permission |
UNSET | Unset a f.e. permission |
Weather-Type | Description |
---|---|
CLEAR | Sunny clear Weather |
RAINING | Raining Weather |
STORM | Raining and Thunder/Lightning strikes Weather |
Generator (WorldType) | Description |
---|---|
REALM | Creates a normal, nether and end world and links them together. |
BIOME | Creates a world with only one Biome. |
SEED | Creates a world, but always from the specified Seed. |
NORMAL | Generate a random world. |
NETHER | Generate a random Nether. |
END | Generate a random End. |
FLAT | A flat land world |
VOID | Nothing but a small Spawn platform. |
CUSTOM | Prebuild worlds, that are a copy of a world directory from the server. |