The GUI.yml is the most important Config from the System. All Settings and GUIs for the player are getting configured in it. If you don't want a setting, just remove the item. If you want a Settings item in the permission menu, change it. The only thing that you should keep in mind is, that the menu needs to know which world the setting should be changed. So: Main Menu -> Picking World -> then the World specific items.
It is (or at least currently) not possible, to create a whole new menu.
Special Items are Items, that have a multiple purpose and are dynamic. You can configure them, but f.e. the next Site Item will be added, if no space is left in the inventory.
Special-Additional-Lore Are Strings that will be added to the Item lore. F.e. No-Permission-Set will be added to Permission Items, that aren't set to true/false.
The Menu Configuration is pretty simple. Title, Inventory Item Size, Items... . The Items for the Inventory are a bit more complex. You can define with the GUI Action Type the function of an item.
Important: Items with no GUI Action are normal Items and can be removed from the Inventory. F.e. if you want to give the player free Apples. Decoration Items need at least the Action NOTHING, so that they can't be removed.
MENU_ ... Action open new inventories. You can also change the order. The Back Items automatically remembers, the last menu and goes back on click.
There can also be multiple Enums on one Item. F.e. a Permission Item:
Action: CHANGE_PERMISSION
Group: GUEST
Permission: CHANGE_SETTINGS
StatusEffect: ENCHANT
The Action tell the Item, what it should do. The Group Enum defines which Permission Group is affected. (Ofc Owner doesn't make sense. They always got Permissions on their own world).
Now you need to define which Permission should be added. At last, you got the option to define the design of the has Already Permission Item. Depending on the set StatusEffect, the item gets enchanted or goes from green to red.
Gadgets are getting only linked in this file. They need more information and can be edited in the Gadgets.yml.
# Everthing is customizable. But this could also break the system.
#
#Items
# This are Items that are in the inventory, but not manually setable.
# The Site Items are automaticly generated f.e. then more space is needed.
#
# For Custom PlayerHeads use the value data from f.e. this site:
# https://minecraft-heads.com/custom-heads/alphabet/9223-white-arrow-right
#
# Use "Customdata: " to define an ItemsAdder/Oraxen Item
#
Special-Items:
NextSiteItem:
DisplayName: '&f&lNext Site'
Type: PLAYER_HEAD
Head:
Value: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTU2YTM2MTg0NTllNDNiMjg3YjIyYjdlMjM1ZWM2OTk1OTQ1NDZjNmZjZDZkYzg0YmZjYTRjZjMwYWI5MzExIn19fQ=='
Lore:
- '&8Click for the next Site'
BeforeSiteItem:
DisplayName: '&f&lBefore Site'
Type: PLAYER_HEAD
Head:
Value: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2RjOWU0ZGNmYTQyMjFhMWZhZGMxYjViMmIxMWQ4YmVlYjU3ODc5YWYxYzQyMzYyMTQyYmFlMWVkZDUifX19'
Lore:
- '&8Click for the next Site'
#Special Additional Lore
# Those will be added Additionally to the Lore in the GUI.
#
Special-Additional-Lore:
#If no Permission was set for a player. To show, that the Member Permission will be used.
No-Permission-Set:
- ''
- '&c&lNo User Permission was set.'
- '&c&lMember Group Permission will be used.'
#Shows the current Permission Status
Permission-Status:
- ''
- '&6Current Status&8: &f&l%status%'
#Shows the current Setting Status
Setting-Status:
- ''
- '&6Current Status&8: &f&l%status%'
#Shows up, if a player is a member of the world
Is-Member:
- ''
- '&cIs a Member'
Is-Invited:
- ''
- '&cIs invited as a Member'
#GUI
# This are things, you should keep in mind:
#
# - If the Size of the Inventory is only 27. Then you cant set an Item on Slot 28. 27 is the last usable slot.
# - AfterSlot Items are multiple Items, which start at the give point and will be added to every next free Slot
# - If AfterSlot was defined, then you can also set UntilSlot. This prevents the system to go until the end of the inventory. For decoration purpose f.e..
# - If Slot and AfterSlot not set, then the item will be added at the next free position from the beginning.
# - All Items will be loaded from first -> last position. So if you set a Item first to slot 5 and then AfterSlot (3 Items) to 4, then Slot 5 will be skipped (4,6,7)
# - The ACTION is needed, to let the plugin know, that this is a GUI Item. Use "NOTHING", if you want to use an decoration Item
#
# - The Name of the items can be everything, as long they arent the same in the section.
# F.e. GUI.MainPage.Items.1.... and GUI.MainPage.Items.1.... or GUI.MainPage.Items.SomethingToSpecifyTheItem....
#
GUI:
MainPage:
Title: '&f&lPlayer Worlds'
Size: 54
Items:
#Can be deleted, if no Economy is used.
GadgetShopItem:
DisplayName: '&f&lGadget Shop Menu'
Type: EMERALD
Lore:
- '&aBuy Gadgets and activate them'
- '&ain your own World.'
- ''
- '&f&lLifetime &8- &6Only needs to be bought once'
Action: MENU_GADGET_SHOP
Slot: 2
PlayerWorldMemberListMenuItem:
DisplayName: '&f&lMember Worlds'
Type: PLAYER_HEAD
Lore:
- '&aOther Player Worlds'
- '&awith Member Permissions'
Action: MENU_PLAYER_WORLD_MEMBER_LIST
Slot: 4
PlayerWorldListMenuItem:
DisplayName: '&f&lPlayer World &6&lInformations'
Type: PLAYER_HEAD
Lore:
- '&aMy World List'
Action: MENU_PLAYER_WORLD_LIST
Slot: 5
PlayerWorldCreateMenuItem:
DisplayName: '&a&lCreate a World'
Type: COMMAND_BLOCK
Lore:
- '&aCreate &fa World'
Action: MENU_PLAYER_WORLD_CREATE
Slot: 7
SpaceItem:
DisplayName: ' '
Type: BLACK_STAINED_GLASS_PANE
Lore: {}
Action: NOTHING
Slot: 10-18
OtherPlayerWorldsItem:
DisplayName: '&f&l%playername%'
Type: PLAYER_HEAD
Lore:
- '&a&l%playername%''s World Information'
- ''
- '&aWorldname&8: &f%alias%'
- ''
- '&aPlayers&8: &f%online%'
- '&aEnd-Time&8: &f%endtime%'
- ''
- '&f%gadget_custom_info%'
- ''
- '&fLeft-Click&8: &aTeleport'
- '&fRight-Click&8: &4Settings'
Action: PLAYER_WORLD_INFORMATIONS_OTHER
AfterSlot: 19
PlayerWorldListMenu:
Title: '&f&lPlayer Worlds'
Size: 9
Items:
PlayerWorldInformationItem:
DisplayName: '&f&lPlayer World &6&lInformations'
Type: PLAYER_HEAD
Lore:
- ''
- '&aWorldname&8: &f%alias%'
- '&aWorld-Type&8: &f%worldtype%'
- ''
- '&aPlayers&8: &f%online%'
- '&aEnd-Time&8: &f%endtime%'
- ''
- '&f%gadget_custom_info%'
- ''
- '&fLeft-Click&8: &aTeleport'
- '&fRight-Click&8: &4Settings'
Action: PLAYER_WORLD_INFORMATIONS
AfterSlot: 1
BackItemItem:
DisplayName: '&cGo Back'
Type: BARRIER
Lore:
- '&7Go back a Menu'
Action: BACK
Slot: 9
PlayerWorldMemberListMenu:
Title: '&f&lPlayer Worlds'
Size: 9
Items:
PlayerWorldInformationItem:
DisplayName: '&6&lWorld from &f&l%playername%'
Type: PLAYER_HEAD
Lore:
- ''
- '&aWorldname&8: &f%alias%'
- '&aWorld-Type&8: &f%worldtype%'
- ''
- '&aPlayers&8: &f%online%'
- '&aEnd-Time&8: &f%endtime%'
- ''
- '&f%gadget_custom_info%'
- ''
- '&fLeft-Click&8: &aTeleport'
- '&fRight-Click&8: &4Settings'
Action: PLAYER_WORLD_INFORMATIONS
AfterSlot: 1
BackItemItem:
DisplayName: '&cGo Back'
Type: BARRIER
Lore:
- '&7Go back a Menu'
Action: BACK
Slot: 9
WorldPlayerlistMenu:
Title: '&f&lCurrent Players in the world'
Size: 9
Items:
PlayerItem:
DisplayName: '&f&l%target%'
Type: PLAYER_HEAD
Lore:
- '&6Status&8: &f%status%'
- ''
- '&fLeft-Click&8: &6Member &aInvite&7/&cRemove'
- '&fRight-Click&8: &4Admin Menu'
Action: PLAYERLIST_PLAYER
AfterSlot: 1
BackItemItem:
DisplayName: '&cGo Back'
Type: BARRIER
Lore:
- '&7Go back a Menu'
Action: BACK
Slot: 9
PlayerAdminMenu:
Title: '&4&lUser Management'
Size: 27
Items:
UserInfoItem:
DisplayName: '&f&l%playername%'
Type: PLAYER_HEAD
Lore: {}
Action: NOTHING
Slot: 11
UserKickItem:
DisplayName: '&4&lKick User'
Type: LEATHER_BOOTS
Lore:
- '&8Kick a Player from'
- '&8the Playerworld.'
Action: ADMIN_USER_KICK
Slot: 13
BackItemItem:
DisplayName: '&cGo Back'
Type: BARRIER
Lore:
- '&7Go back a Menu'
Action: BACK
Slot: 9
SpaceItem:
DisplayName: ' '
Type: BLACK_STAINED_GLASS_PANE
Lore: {}
Action: NOTHING
Slot: '1-10;12;18-27'
PlayerWorldCreateMenu:
Title: '&f&lCreate World'
Size: 9
Items:
PlayerWorldCreateNormalItem:
DisplayName: '&aCreate a World'
Type: GRASS_BLOCK
Lore:
- '&aCreate a &fRandom Seed World'
Action: PLAYER_WORLD_CREATE
WorldType: NORMAL
Slot: 1
PlayerWorldCreateNetherItem:
DisplayName: '&aCreate a Nether World'
Type: NETHERRACK
Lore:
- '&aCreate a &fRandom Nether World'
Action: PLAYER_WORLD_CREATE
WorldType: NETHER
Slot: 2
PlayerWorldCreateEndItem:
DisplayName: '&aCreate a End World'
Type: END_STONE
Lore:
- '&aCreate a &fRandom End World'
Action: PLAYER_WORLD_CREATE
WorldType: END
Slot: 3
PlayerWorldCreateSeedItem:
DisplayName: '&aCreate a World from Seed'
Type: WHEAT_SEEDS
Lore:
- '&aCreate a &fspecific Seed World'
Action: PLAYER_WORLD_CREATE
WorldType: SEED
Slot: 4
PlayerWorldCreateFlatItem:
DisplayName: '&aCreate a Flat World'
Type: OAK_SLAB
Lore:
- '&aCreate a &fFlat World'
Action: PLAYER_WORLD_CREATE
WorldType: FLAT
Slot: 5
PlayerWorldBiomeItem:
DisplayName: '&aOne Biome Only World'
Type: JUNGLE_LOG
Lore:
- '&aCreate a &fJungle only Biom World'
Action: PLAYER_WORLD_CREATE
WorldType: BIOME
Biome: 'JUNGLE'
Slot: 6
PlayerWorldCreateVoidItem:
DisplayName: '&aCreate a Void World'
Type: BUCKET
Lore:
- '&aCreate a &fVoid World'
Action: PLAYER_WORLD_CREATE
WorldType: VOID
Slot: 7
PlayerWorldCustomItem:
DisplayName: '&aCopy a Custom World'
Type: WOODEN_AXE
Lore:
- '&aCopy a world'
Action: PLAYER_WORLD_CREATE
WorldType: CUSTOM
#Needs to be in the directory CustomWorlds
Worldname: 'TheWorldDirectoryName'
Slot: 8
BackItemItem:
DisplayName: '&cGo Back'
Type: BARRIER
Lore:
- '&7Go back a Menu'
Action: BACK
Slot: 9
PlayerWorldSettings:
Title: '&f&lPlayer World Settings'
Size: 36
Items:
GuestDefaultPermissionsItem:
DisplayName: '&f&lGuest &6&lPermissions'
Type: GRAY_DYE
Lore:
- '&6Change the Permissions for'
- '&6every Player, who is not a'
- '&6Member in your World.'
Action: MENU_PERMISSIONS_GUEST_DEFAULT
Slot: 1
MemberDefaultPermissionsItem:
DisplayName: '&f&lMember &6&lPermissions'
Type: GREEN_DYE
Lore:
- '&6Change the Default Permissions for'
- '&6every Member in your World.'
- ''
- '&6If you change Permissions for the player'
- '&6only, then those will be used.'
Action: MENU_PERMISSIONS_MEMBER_DEFAULT
Slot: 2
PlayerPermissionsItem:
DisplayName: '&f&lPlayer &6&lPermissions'
Type: RED_DYE
Lore:
- '&6Change Specific Permissions for'
- '&6a specific Player in your World.'
- ''
- '&6This Permissions have the &chighest'
- '&fpriority&6. If once set, they will be used.'
- '&6If you unset them, then the Member Default'
- '&6Permissions are used.'
- ''
- '&6Remove the Player from Members and the'
- '&6Guest Permissions are used again.'
Action: MENU_PERMISSIONS_PLAYER_SELECT
Slot: 3
PlayerlistItem:
DisplayName: '&f&lPlayerlist'
Type: PLAYER_HEAD
Lore:
- '&6Shows all Players in the current World.'
- ''
- '&7You can send an invite through the Menu'
- '&7or open the World Owner Admin Menu!'
Action: MENU_WORLD_PLAYERLIST
Slot: 4
AutoPaymentItem:
DisplayName: '&f&lAuto Payment'
Type: PAPER
Lore:
- '&6Should your rent be automaticly extended'
- ''
- '&7If false, you must manually extend the rent'
- '&7to not lose your world!'
Action: PLAYER_WORLD_AUTOPAYMENT
Slot: 5
ExtendRentItem:
DisplayName: '&f&lExtend Rent'
Type: PAPER
Lore:
- '&6Extends the Rent manually'
Action: PLAYER_WORLD_EXTEND_RENT
Slot: 6
DeleteWorldItem:
DisplayName: '&4&lDelete the current world'
Type: BARRIER
Lore:
- '&6Deletes the World'
Action: PLAYER_WORLD_DELETE
Slot: 7
BackItemItem:
DisplayName: '&cGo Back'
Type: BARRIER
Lore:
- '&7Go back a Menu'
Action: BACK
Slot: 9
SpaceItem:
DisplayName: ' '
Type: BLACK_STAINED_GLASS_PANE
Lore: {}
Action: NOTHING
Slot: 10-18
SettingPlayerDamageItem:
DisplayName: '&f&lPvP'
Lore:
- '&aActivate&8/&cDeactivate'
- ''
- '&aON &7- &6Allow PvP in the world'
- '&cOFF &7- &6Deny PvP'
Type: DIAMOND_SWORD
Action: CHANGE_SETTING
Setting: PVP
StatusEffect: ENCHANT
Slot: 19
SettingHungerItem:
DisplayName: '&f&lStop Losing Hunger'
Lore:
- '&aActivate&8/&cDeactivate'
- ''
- '&aON &7- &6Always full feed'
- '&cOFF &7- &6Normal hunger duration'
Type: COOKED_BEEF
Action: CHANGE_SETTING
Setting: PLAYER_HUNGER
Slot: 20
StatusEffect: ENCHANT
SettingWeatherCycleItem:
DisplayName: '&f&lWeather Cycle'
Lore:
- '&aActivate&8/&cDeactivate'
- ''
- '&aON &7- &6The Weather changes over time'
- '&cOFF &7- &6The current Weather will stay'
Type: REDSTONE
Action: CHANGE_SETTING
Setting: WEATHER_CYCLE
Slot: 21
StatusEffect: ENCHANT
SettingChangeWeatherItem:
DisplayName: '&f&lChange Weather'
Lore:
- '&6Opens a Menu with the different'
- '&6Weather Types to change.'
Type: DIAMOND_PICKAXE
Action: MENU_WORLD_WEATHER
Slot: 28
SettingChangeTimeItem:
DisplayName: '&f&lChange Time'
Lore:
- '&6Opens a Menu to change the'
- '&6current Ingame Time.'
Type: CLOCK
Action: MENU_WORLD_TIME
Slot: 29
SettingChangeDifficultyItem:
DisplayName: '&f&lChange Difficulty'
Lore:
- '&6Opens a Menu with the different'
- '&6Difficulties to change.'
Type: DIAMOND_PICKAXE
Action: MENU_WORLD_DIFFICULTY
Slot: 30
SettingSpawnLocationItem:
DisplayName: '&a&lSet Spawn Location'
Lore:
- '&6Sets a &fSpawn &6Location to the'
- '&6current point.'
Type: DIAMOND_PICKAXE
Action: CHANGE_SETTING
Setting: CHANGE_SPAWN_LOCATION
Slot: 31
SettingPlayerLimitItem:
DisplayName: '&a&lChange Player Limit'
Lore:
- '&6Changes the max allowed Player Limit'
- '&6of your World'
- ''
- '&7The Owner can always join'
Type: PAPER
Action: CHANGE_SETTING
Setting: PLAYER_LIMIT
Slot: 35
SettingAliasItem:
DisplayName: '&a&lChange Alias'
Lore:
- '&6Changes the current World &fAlias'
Type: PAPER
Action: CHANGE_SETTING
Setting: ALIAS
Slot: 36
WeatherSettingsMenu:
Title: '&f&lChoose Weather'
Size: 9
Items:
ClearWeatherItem:
DisplayName: '&f&lClear Weather'
Type: WHITE_WOOL
Lore:
- '&6Change the Weather to &fclear'
Action: CHANGE_SETTING
Setting: CHANGE_WEATHER
Weather: CLEAR
Slot: 1
RainWeatherItem:
DisplayName: '&f&lRain Weather'
Type: WHITE_WOOL
Lore:
- '&6Change the Weather to &fraining'
Action: CHANGE_SETTING
Setting: CHANGE_WEATHER
Weather: RAINING
Slot: 2
StormWeatherItem:
DisplayName: '&f&lStorm Weather'
Type: WHITE_WOOL
Lore:
- '&6Change the Weather to a &fStorm'
Action: CHANGE_SETTING
Setting: CHANGE_WEATHER
Weather: STORM
Slot: 3
BackItemItem:
DisplayName: '&cGo Back'
Type: BARRIER
Lore:
- '&7Go back a Menu'
Action: BACK
Slot: 9
TimeSettingsMenu:
Title: '&f&lChoose the Time'
Size: 9
Items:
DayTimeItem:
DisplayName: '&f&lDay Time'
Type: CLOCK
Lore:
- '&6Change the World Time to &fDay'
Action: CHANGE_SETTING
Setting: CHANGE_TIME
Time: 0
Slot: 1
MiddayTimeItem:
DisplayName: '&f&lMidday Time'
Type: CLOCK
Lore:
- '&6Change the World Time to &fMidday'
Action: CHANGE_SETTING
Setting: CHANGE_TIME
Time: 6000
Slot: 2
NightTimeItem:
DisplayName: '&f&lNight Time'
Type: CLOCK
Lore:
- '&6Change the World Time to &fNight time'
Action: CHANGE_SETTING
Setting: CHANGE_TIME
Time: 14000
Slot: 3
CustomTimeItem:
DisplayName: '&f&lCustom Time'
Type: CLOCK
Lore:
- '&6Define your own ticks to set the world time.'
Action: CHANGE_SETTING
Setting: CHANGE_TIME
Time: -1
Slot: 5
BackItemItem:
DisplayName: '&cGo Back'
Type: BARRIER
Lore:
- '&7Go back a Menu'
Action: BACK
Slot: 9
DifficultySettingsMenu:
Title: '&f&lChoose the Difficulty'
Size: 9
Items:
EasyItem:
DisplayName: '&f&lEasy Difficulty'
Type: WHITE_WOOL
Lore:
- '&6Change the World Difficulty to &fEasy'
Action: CHANGE_SETTING
Setting: CHANGE_DIFFICULTY
Difficulty: EASY
Slot: 1
NormalItem:
DisplayName: '&f&lNormal Difficulty'
Type: STONE
Lore:
- '&6Change the World Difficulty to &fNormal'
Action: CHANGE_SETTING
Setting: CHANGE_DIFFICULTY
Difficulty: NORMAL
Slot: 2
HardItem:
DisplayName: '&f&lHard Difficulty'
Type: END_STONE
Lore:
- '&6Change the World Difficulty to &fHard'
Action: CHANGE_SETTING
Setting: CHANGE_DIFFICULTY
Difficulty: HARD
Slot: 3
PeacefulItem:
DisplayName: '&f&lPeaceful Difficulty'
Type: GRASS_BLOCK
Lore:
- '&6Change the World Difficulty to &fPeaceful'
Action: CHANGE_SETTING
Setting: CHANGE_DIFFICULTY
Difficulty: PEACEFUL
Slot: 4
BackItemItem:
DisplayName: '&cGo Back'
Type: BARRIER
Lore:
- '&7Go back a Menu'
Action: BACK
Slot: 9
GuestPermissionMenu:
Title: '&f&lGuest Permissions'
Size: 45
Items:
AccessWorldItem:
DisplayName: '&f&lAllow Access'
Type: OAK_DOOR
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fAccess &6to the World for Guests.'
Action: CHANGE_PERMISSION
Group: GUEST
Permission: ACCESS
StatusEffect: ENCHANT
Slot: 11
ChangePermissionItem:
DisplayName: '&f&lAllow Changing Permissions'
Type: REDSTONE
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fChanging Permissions &6in the world.'
Action: CHANGE_PERMISSION
Group: GUEST
Permission: CHANGE_PERMISSIONS
StatusEffect: ENCHANT
Slot: 12
ChangeSettingsItem:
DisplayName: '&f&lAllow Changing Settings'
Type: CRAFTING_TABLE
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fChanging Settings &6in the world.'
Action: CHANGE_PERMISSION
Group: GUEST
Permission: CHANGE_SETTINGS
StatusEffect: ENCHANT
Slot: 13
BuildItem:
DisplayName: '&f&lAllow Placing Blocks'
Type: GRASS_BLOCK
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fBuilding &6in your World.'
Action: CHANGE_PERMISSION
Group: GUEST
Permission: BUILD
StatusEffect: ENCHANT
Slot: 20
BreakItem:
DisplayName: '&f&lAllow Breaking Blocks'
Type: DIAMOND_PICKAXE
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fBreaking Blocks &6in your World.'
Action: CHANGE_PERMISSION
Group: GUEST
Permission: BREAK
StatusEffect: ENCHANT
Slot: 21
ChestsInteractItem:
DisplayName: '&f&lAllow Interacting with Chests'
Type: STAINED_GLASS_PANE
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fAccessing Chests&6.'
Action: CHANGE_PERMISSION
Group: GUEST
Permission: CHESTS
StatusEffect: COLOR
Slot: 22
BucketInteractItem:
DisplayName: '&f&lAllow Use of Buckets'
Type: WATER_BUCKET
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fUsing a Bucket&6.'
Action: CHANGE_PERMISSION
Group: GUEST
Permission: BUCKET
StatusEffect: ENCHANT
Slot: 23
GeneralInteractItem:
DisplayName: '&f&lAllow Interacting'
Type: STICK
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fInteracting &7(Doors, furnaces, chests, ...).'
- '&7Chests/Buckets got an own Permission '
- '&7and are not affected!'
Action: CHANGE_PERMISSION
Group: GUEST
Permission: INTERACT
StatusEffect: ENCHANT
Slot: 24
DropItem:
DisplayName: '&f&lAllow Droping Items'
Type: DIAMOND
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fDroping Items&6.'
Action: CHANGE_PERMISSION
Group: GUEST
Permission: ITEM_DROP
StatusEffect: ENCHANT
Slot: 29
PickupItem:
DisplayName: '&f&lAllow Picking Up Items'
Type: DIAMOND
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fPicking up Items.'
Action: CHANGE_PERMISSION
Group: GUEST
Permission: ITEM_PICKUP
StatusEffect: ENCHANT
Slot: 30
AttackMonsterItem:
DisplayName: '&f&lAllow Attacking Monster'
Type: ZOMBIE_HEAD
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fAttacking Monster&6.'
Action: CHANGE_PERMISSION
Group: GUEST
Permission: ATTACK_MONSTER
StatusEffect: ENCHANT
Slot: 31
AttackMobsItem:
DisplayName: '&f&lAllow Attacking Mobs'
Type: PORKCHOP
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fAttacking Mobs&6.'
Action: CHANGE_PERMISSION
Group: GUEST
Permission: ATTACK_MOBS
StatusEffect: ENCHANT
Slot: 32
BackItemItem:
DisplayName: '&cGo Back'
Type: RED_STAINED_GLASS_PANE
Lore:
- '&7Go back a Menu'
Action: BACK
Slot: 45
SpaceItem:
DisplayName: ' '
Type: BLACK_STAINED_GLASS_PANE
Lore: {}
Action: NOTHING
Slot: '1-9;37-45;1/37;9/36'
MemberPermissionMenu:
Title: '&f&lMember Permissions'
Size: 45
Items:
AccessWorldItem:
DisplayName: '&f&lAllow Access'
Type: OAK_DOOR
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fAccess &6to the World for Members.'
Action: CHANGE_PERMISSION
Group: MEMBER
Permission: ACCESS
StatusEffect: ENCHANT
Slot: 11
ChangePermissionItem:
DisplayName: '&f&lAllow Changing Permissions'
Type: REDSTONE
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fChanging Permissions &6in the world.'
Action: CHANGE_PERMISSION
Group: MEMBER
Permission: CHANGE_PERMISSIONS
StatusEffect: ENCHANT
Slot: 12
ChangeSettingsItem:
DisplayName: '&f&lAllow Changing Settings'
Type: CRAFTING_TABLE
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fChanging Settings &6in the world.'
Action: CHANGE_PERMISSION
Group: MEMBER
Permission: CHANGE_SETTINGS
StatusEffect: ENCHANT
Slot: 13
BuildItem:
DisplayName: '&f&lAllow Placing Blocks'
Type: GRASS_BLOCK
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fBuilding &6in your World.'
Action: CHANGE_PERMISSION
Group: MEMBER
Permission: BUILD
StatusEffect: ENCHANT
Slot: 20
BreakItem:
DisplayName: '&f&lAllow Breaking Blocks'
Type: DIAMOND_PICKAXE
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fBreaking Blocks &6in your World.'
Action: CHANGE_PERMISSION
Group: MEMBER
Permission: BREAK
StatusEffect: ENCHANT
Slot: 21
ChestsInteractItem:
DisplayName: '&f&lAllow Interacting with Chests'
Type: STAINED_GLASS_PANE
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fAccessing Chests&6.'
Action: CHANGE_PERMISSION
Group: MEMBER
Permission: CHESTS
StatusEffect: COLOR
Slot: 22
BucketInteractItem:
DisplayName: '&f&lAllow Use of Buckets'
Type: WATER_BUCKET
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fUsing a Bucket&6.'
Action: CHANGE_PERMISSION
Group: MEMBER
Permission: BUCKET
StatusEffect: ENCHANT
Slot: 23
GeneralInteractItem:
DisplayName: '&f&lAllow Interacting'
Type: STICK
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fInteracting &7(Doors, furnace, etc).'
- '&7Chests/Buckets got an own Permission!'
Action: CHANGE_PERMISSION
Group: MEMBER
Permission: INTERACT
StatusEffect: ENCHANT
Slot: 24
DropItem:
DisplayName: '&f&lAllow Droping Items'
Type: DIAMOND
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fDroping Items&6.'
Action: CHANGE_PERMISSION
Group: MEMBER
Permission: ITEM_DROP
StatusEffect: ENCHANT
Slot: 29
PickupItem:
DisplayName: '&f&lAllow Picking Up Items'
Type: DIAMOND
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fDroping Items&6.'
Action: CHANGE_PERMISSION
Group: MEMBER
Permission: ITEM_PICKUP
StatusEffect: ENCHANT
Slot: 30
AttackMonsterItem:
DisplayName: '&f&lAllow Attacking Monster'
Type: ZOMBIE_HEAD
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fAttacking Monster&6.'
Action: CHANGE_PERMISSION
Group: MEMBER
Permission: ATTACK_MONSTER
StatusEffect: ENCHANT
Slot: 31
AttackMobsItem:
DisplayName: '&f&lAllow Attacking Mobs'
Type: PORKCHOP
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fAttacking Mobs&6.'
Action: CHANGE_PERMISSION
Group: MEMBER
Permission: ATTACK_MOBS
StatusEffect: ENCHANT
Slot: 32
BackItemItem:
DisplayName: '&cGo Back'
Type: RED_STAINED_GLASS_PANE
Lore:
- '&7Go back a Menu'
Action: BACK
Slot: 45
SpaceItem:
DisplayName: ' '
Type: BLACK_STAINED_GLASS_PANE
Lore: {}
Action: NOTHING
Slot: '1-9;37-45;1/37;9/36'
PlayerSelectMenu:
Title: '&f&lSelect a target'
Size: 36
Items:
PlayerItem:
DisplayName: '&f&l%target%'
Type: PLAYER_HEAD
Lore:
- '&fLeft-Click&8: &a&lAdd&7/&c&lRemove &6as Member'
- '&fRight-Click&8: &4&lSettings'
Action: MENU_PERMISSIONS_PLAYER
AfterSlot: 1
BackItemItem:
DisplayName: '&cGo Back'
Type: RED_STAINED_GLASS_PANE
Lore:
- '&7Go back a Menu'
Action: BACK
Slot: 36
PlayerPermissionMenu:
Title: '&f&l%target% Permissions'
Size: 45
Items:
AccessWorldItem:
DisplayName: '&f&lAllow Access'
Type: OAK_DOOR
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fAccess &6to the World for the specific Player.'
Action: CHANGE_PERMISSION
Group: NONE
Permission: ACCESS
StatusEffect: ENCHANT
Slot: 11
ChangePermissionItem:
DisplayName: '&f&lAllow Changing Permissions'
Type: REDSTONE
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fChanging Permissions &6in the world.'
Action: CHANGE_PERMISSION
Group: NONE
Permission: CHANGE_PERMISSIONS
StatusEffect: ENCHANT
Slot: 12
ChangeSettingsItem:
DisplayName: '&f&lAllow Changing Settings'
Type: CRAFTING_TABLE
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fChanging Settings &6in the world.'
Action: CHANGE_PERMISSION
Group: NONE
Permission: CHANGE_SETTINGS
StatusEffect: ENCHANT
Slot: 13
BuildItem:
DisplayName: '&f&lAllow Placing Blocks'
Type: GRASS_BLOCK
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fBuilding &6in your World.'
Action: CHANGE_PERMISSION
Group: NONE
Permission: BUILD
StatusEffect: ENCHANT
Slot: 20
BreakItem:
DisplayName: '&f&lAllow Breaking Blocks'
Type: DIAMOND_PICKAXE
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fBreaking Blocks &6in your World.'
Action: CHANGE_PERMISSION
Group: NONE
Permission: BREAK
StatusEffect: ENCHANT
Slot: 21
ChestsInteractItem:
DisplayName: '&f&lAllow Interacting with Chests'
Type: STAINED_GLASS_PANE
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fAccessing Chests&6.'
Action: CHANGE_PERMISSION
Group: NONE
Permission: CHESTS
StatusEffect: COLOR
Slot: 22
BucketInteractItem:
DisplayName: '&f&lAllow Use of Buckets'
Type: WATER_BUCKET
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fUsing a Bucket&6.'
Action: CHANGE_PERMISSION
Group: NONE
Permission: BUCKET
StatusEffect: ENCHANT
Slot: 23
GeneralInteractItem:
DisplayName: '&f&lAllow Interacting'
Type: STICK
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fInteracting &7(Doors, furnace, etc).'
- '&7Chests/Buckets got an own Permission!'
Action: CHANGE_PERMISSION
Group: NONE
Permission: INTERACT
StatusEffect: ENCHANT
Slot: 24
DropItem:
DisplayName: '&f&lAllow Droping Items'
Type: DIAMOND
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fDroping Items&6.'
Action: CHANGE_PERMISSION
Group: NONE
Permission: ITEM_DROP
StatusEffect: ENCHANT
Slot: 29
PickupItem:
DisplayName: '&f&lAllow Picking Up Items'
Type: DIAMOND
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fDroping Items&6.'
Action: CHANGE_PERMISSION
Group: NONE
Permission: ITEM_PICKUP
StatusEffect: ENCHANT
Slot: 30
AttackMonsterItem:
DisplayName: '&f&lAllow Attacking Monster'
Type: ZOMBIE_HEAD
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fAttacking Monster&6.'
Action: CHANGE_PERMISSION
Group: NONE
Permission: ATTACK_MONSTER
StatusEffect: ENCHANT
Slot: 31
AttackMobsItem:
DisplayName: '&f&lAllow Attacking Mobs'
Type: PORKCHOP
Lore:
- '&a&lAllow&8/&c&lDeny'
- ''
- '&fAttacking Mobs&6.'
Action: CHANGE_PERMISSION
Group: NONE
Permission: ATTACK_MOBS
StatusEffect: ENCHANT
Slot: 32
BackItemItem:
DisplayName: '&cGo Back'
Type: RED_STAINED_GLASS_PANE
Lore:
- '&7Go back a Menu'
Action: BACK
Slot: 45
SpaceItem:
DisplayName: ' '
Type: BLACK_STAINED_GLASS_PANE
Lore: {}
Action: NOTHING
Slot: '1-9;37-45;1/37;9/36'
GadgetShopMenu:
Title: '&f&lGadget Shop'
Size: 27
Items:
GadgetNoCreeperExplosionItem:
Action: GADGET_BUY
Gadget: CREEPER_EXPLOSION
Slot: 1
GadgetNoEndermanGriefItem:
Action: GADGET_BUY
Gadget: ENDERMAN_GRIEF
GadgetGhastFireballDamageItem:
Action: GADGET_BUY
Gadget: GHAST_FIREBALL
GadgetOtherExplosionItem:
Action: GADGET_BUY
Gadget: OTHER_EXPLOSION
GadgetNoFireSpreadItem:
Action: GADGET_BUY
Gadget: FIRE_SPREAD
GadgetNoSnowmanTrailsItem:
Action: GADGET_BUY
Gadget: SNOWMAN_TRAILS
GadgetNoRavagerGriefItem:
Action: GADGET_BUY
Gadget: RAVAGER_GRIEF
GadgetPlayerFlyItem:
Action: GADGET_BUY
Gadget: PLAYER_FLY
GadgetRealtimeItem:
Action: GADGET_BUY
Gadget: REALTIME
GadgetCustomInfoItem:
Action: GADGET_BUY
Gadget: CUSTOM_INFO
GadgetMotdItem:
Action: GADGET_BUY
Gadget: MOTD
GadgetJoinItem:
Action: GADGET_BUY
Gadget: JOIN_MESSAGE
GadgetLeaveItem:
Action: GADGET_BUY
Gadget: LEAVE_MESSAGE
GadgetExtendBorderItem:
Action: GADGET_BUY
Gadget: EXTEND_BORDER
Slot: 14
BackItemItem:
DisplayName: '&cGo Back'
Type: BARRIER
Lore:
- '&7Go back a Menu'
Action: BACK
Slot: 27
#Do NOT touch
Version: 2