forked from Upstream/CommandPanels
e
This commit is contained in:
parent
88151d2613
commit
04d344eef2
BIN
target/CommandPanels-DEV-shaded.jar
Normal file
BIN
target/CommandPanels-DEV-shaded.jar
Normal file
Binary file not shown.
BIN
target/CommandPanels-DEV.jar
Normal file
BIN
target/CommandPanels-DEV.jar
Normal file
Binary file not shown.
39
target/classes/BottomSettings.yml
Normal file
39
target/classes/BottomSettings.yml
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
panels:
|
||||||
|
BottomSettings:
|
||||||
|
perm: default
|
||||||
|
rows: 3
|
||||||
|
title: '&8Bottom Settings'
|
||||||
|
panelType:
|
||||||
|
- static
|
||||||
|
pre-load-commands:
|
||||||
|
- event= CommandPanels_EditorOpened
|
||||||
|
commands-on-close:
|
||||||
|
- event= CommandPanels_EditorClosed
|
||||||
|
item:
|
||||||
|
'0':
|
||||||
|
material: BARRIER
|
||||||
|
stack: 1
|
||||||
|
name: '&cExit'
|
||||||
|
commands:
|
||||||
|
- event= CommandPanels_EditorClosed
|
||||||
|
- cpc
|
||||||
|
'4':
|
||||||
|
material: CHEST
|
||||||
|
stack: 1
|
||||||
|
name: '&fPanel Settings'
|
||||||
|
commands:
|
||||||
|
- "event= CommandPanels_OpenPanelSettings"
|
||||||
|
'6':
|
||||||
|
material: COOKIE
|
||||||
|
stack: 1
|
||||||
|
name: '&fItem Settings'
|
||||||
|
commands:
|
||||||
|
- "event= CommandPanels_OpenItemSettings"
|
||||||
|
#'8':
|
||||||
|
# material: COMPASS
|
||||||
|
# stack: 1
|
||||||
|
# name: '&fItem Sections'
|
||||||
|
# lore:
|
||||||
|
# - "&cIN PROGRESS"
|
||||||
|
# commands:
|
||||||
|
# - "event= CommandPanels_OpenItemSections"
|
227
target/classes/ItemEditMenu.yml
Normal file
227
target/classes/ItemEditMenu.yml
Normal file
@ -0,0 +1,227 @@
|
|||||||
|
panels:
|
||||||
|
ItemEditMenu:
|
||||||
|
perm: default
|
||||||
|
rows: 3
|
||||||
|
title: '&8Item Settings'
|
||||||
|
panelType:
|
||||||
|
- static
|
||||||
|
custom-messages:
|
||||||
|
input-message:
|
||||||
|
- "&e[&bCommand Panels Editor&e]"
|
||||||
|
- "&fEnter your value in the chat bar below."
|
||||||
|
item:
|
||||||
|
'4':
|
||||||
|
material: FLINT_AND_STEEL
|
||||||
|
name: '&fPlayer Input'
|
||||||
|
lore:
|
||||||
|
- "&7Add a player input to your item."
|
||||||
|
- ""
|
||||||
|
- "&7Options"
|
||||||
|
- "&7- add [command]"
|
||||||
|
- "&7- edit [line number] [command]"
|
||||||
|
- "&7- insert [line number] [command]"
|
||||||
|
- "&7- remove [line number]"
|
||||||
|
commands:
|
||||||
|
- event= CPEditorItem_player-input
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_iteminput %cp-player-input%"
|
||||||
|
'5':
|
||||||
|
material: NAME_TAG
|
||||||
|
name: '&fItem Name'
|
||||||
|
lore:
|
||||||
|
- "&7Choose a name for your item."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorItem_name
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemname %cp-player-input%"
|
||||||
|
'6':
|
||||||
|
material: ITEM_FRAME
|
||||||
|
name: '&fItem Stack'
|
||||||
|
lore:
|
||||||
|
- "&7Choose a number from 1 to 64."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorItem_stack
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemstack %cp-player-input%"
|
||||||
|
'7':
|
||||||
|
material: ENCHANTED_BOOK
|
||||||
|
name: '&fEnchantments'
|
||||||
|
lore:
|
||||||
|
- "&7Add enchantments to your item."
|
||||||
|
- ""
|
||||||
|
- "&7Options"
|
||||||
|
- "&7- add [type] [level]"
|
||||||
|
- "&7- edit [line number] [type] [level]"
|
||||||
|
- "&7- insert [line number] [type] [level]"
|
||||||
|
- "&7- remove [line number]"
|
||||||
|
- ""
|
||||||
|
- "&7For example: add KNOCKBACK 3"
|
||||||
|
commands:
|
||||||
|
- event= CPEditorItem_enchanted
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemenchantment %cp-player-input%"
|
||||||
|
'8':
|
||||||
|
material: PAPER
|
||||||
|
name: '&fItem NBT Data'
|
||||||
|
lore:
|
||||||
|
- "&7You can create custom NBT for your item."
|
||||||
|
- ""
|
||||||
|
- "&7Options"
|
||||||
|
- "&7- add [name] [value]"
|
||||||
|
- "&7- remove [name]"
|
||||||
|
- ""
|
||||||
|
- "&7For example: add example_data this is the value"
|
||||||
|
commands:
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemnbt %cp-player-input%"
|
||||||
|
'18':
|
||||||
|
material: LAVA_BUCKET
|
||||||
|
name: '&cDelete Item'
|
||||||
|
lore:
|
||||||
|
- "&7Enter 'confirm' to delete the item."
|
||||||
|
commands:
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemdelete %cp-player-input%"
|
||||||
|
'9':
|
||||||
|
material: REDSTONE_BLOCK
|
||||||
|
name: '&fEditing Item: %cp-item-slot%'
|
||||||
|
lore:
|
||||||
|
- "&7Click here to change the"
|
||||||
|
- "&7slot number you are editing."
|
||||||
|
commands:
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemslot %cp-player-input%"
|
||||||
|
'0':
|
||||||
|
material: ENDER_CHEST
|
||||||
|
name: '&fMove Item'
|
||||||
|
lore:
|
||||||
|
- "&7Enter a slot to move this item to."
|
||||||
|
commands:
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemmove %cp-player-input%"
|
||||||
|
'1':
|
||||||
|
material: STONE
|
||||||
|
name: '&fItem Material'
|
||||||
|
lore:
|
||||||
|
- "&7Choose a material for your item."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorItem_material
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemmaterial %cp-player-input%"
|
||||||
|
'13':
|
||||||
|
material: COBBLESTONE
|
||||||
|
name: '&fItem ID'
|
||||||
|
lore:
|
||||||
|
- "&7Material ID for Minecraft 1.12 and below."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorItem_id
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemid %cp-player-input%"
|
||||||
|
'14':
|
||||||
|
material: PAINTING
|
||||||
|
name: '&fCustom Model Data'
|
||||||
|
lore:
|
||||||
|
- "&7Enter Custom Model Data for your item."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorItem_customdata
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemmodeldata %cp-player-input%"
|
||||||
|
'15':
|
||||||
|
material: ANVIL
|
||||||
|
name: '&fItem Durability'
|
||||||
|
lore:
|
||||||
|
- "&7Enter a number if you want the item to be damaged."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorItem_damage
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemdurability %cp-player-input%"
|
||||||
|
'16':
|
||||||
|
material: LEATHER_HELMET
|
||||||
|
name: '&fArmour Colour'
|
||||||
|
lore:
|
||||||
|
- "&7Enter a value for your armour to be coloured."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorItem_leatherarmor
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemarmour %cp-player-input%"
|
||||||
|
'17':
|
||||||
|
material: POTION
|
||||||
|
name: '&fPotion Effect'
|
||||||
|
lore:
|
||||||
|
- "&7Choose a potion effect to be applied."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorItem_potion
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itempotion %cp-player-input%"
|
||||||
|
'23':
|
||||||
|
material: FEATHER
|
||||||
|
name: '&fItem Lore'
|
||||||
|
lore:
|
||||||
|
- "&7Add a lore to your item."
|
||||||
|
- ""
|
||||||
|
- "&7Options"
|
||||||
|
- "&7- add [text]"
|
||||||
|
- "&7- edit [line number] [text]"
|
||||||
|
- "&7- insert [line number] [text]"
|
||||||
|
- "&7- remove [line number]"
|
||||||
|
commands:
|
||||||
|
- event= CPEditorItem_lore
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemlore %cp-player-input%"
|
||||||
|
'24':
|
||||||
|
material: MAGMA_CREAM
|
||||||
|
name: '&fItem Commands'
|
||||||
|
lore:
|
||||||
|
- "&7Add commands to your item."
|
||||||
|
- ""
|
||||||
|
- "&7Options"
|
||||||
|
- "&7- add [command]"
|
||||||
|
- "&7- edit [line number] [command]"
|
||||||
|
- "&7- insert [line number] [command]"
|
||||||
|
- "&7- remove [line number]"
|
||||||
|
commands:
|
||||||
|
- event= CPEditorItem_commands
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemcommands %cp-player-input%"
|
||||||
|
'25':
|
||||||
|
material: MELON_SEEDS
|
||||||
|
name: '&fItem Duplicates'
|
||||||
|
lore:
|
||||||
|
- "&7Enter slots to duplicate this item to."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorItem_duplicate
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemduplicate %cp-player-input%"
|
||||||
|
'26':
|
||||||
|
material: SLIME_BALL
|
||||||
|
name: '&fItem Types'
|
||||||
|
lore:
|
||||||
|
- "&7Add item types to your item."
|
||||||
|
- ""
|
||||||
|
- "&7Options"
|
||||||
|
- "&7- add [text]"
|
||||||
|
- "&7- edit [line number] [text]"
|
||||||
|
- "&7- insert [line number] [text]"
|
||||||
|
- "&7- remove [line number]"
|
||||||
|
commands:
|
||||||
|
- event= CPEditorItem_itemType
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_itemtypes %cp-player-input%"
|
271
target/classes/PanelEditMenu.yml
Normal file
271
target/classes/PanelEditMenu.yml
Normal file
@ -0,0 +1,271 @@
|
|||||||
|
panels:
|
||||||
|
PanelEditMenu:
|
||||||
|
perm: default
|
||||||
|
rows: 3
|
||||||
|
title: '&8Panel Settings'
|
||||||
|
panelType:
|
||||||
|
- static
|
||||||
|
custom-messages:
|
||||||
|
input-message:
|
||||||
|
- "&e[&bCommand Panels Editor&e]"
|
||||||
|
- "&fEnter your value in the chat bar below."
|
||||||
|
item:
|
||||||
|
'3':
|
||||||
|
material: PUMPKIN_SEEDS
|
||||||
|
name: '&fEmpty Slot Item ID'
|
||||||
|
lore:
|
||||||
|
- "&7Material ID for Minecraft 1.12 and below."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_emptyID
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_panelemptyid %cp-player-input%"
|
||||||
|
'4':
|
||||||
|
material: MELON_SEEDS
|
||||||
|
name: '&fEmpty Slot Item'
|
||||||
|
lore:
|
||||||
|
- "&7This item will replace all"
|
||||||
|
- "&7of the empty slots."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_empty
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_panelempty %cp-player-input%"
|
||||||
|
'5':
|
||||||
|
material: COBBLESTONE
|
||||||
|
name: '&fEnabled Worlds'
|
||||||
|
lore:
|
||||||
|
- "&7Add Enabled Worlds."
|
||||||
|
- "&7The panel will only open in them."
|
||||||
|
- ""
|
||||||
|
- "&7Options"
|
||||||
|
- "&7- add [world]"
|
||||||
|
- "&7- edit [line number] [world]"
|
||||||
|
- "&7- insert [line number] [world]"
|
||||||
|
- "&7- remove [line number]"
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_enabled-worlds
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_panelenabledworlds %cp-player-input%"
|
||||||
|
'6':
|
||||||
|
material: REDSTONE_BLOCK
|
||||||
|
name: '&fDisabled Worlds'
|
||||||
|
lore:
|
||||||
|
- "&7Add Disabled Worlds."
|
||||||
|
- "&7The panel will not open in them."
|
||||||
|
- ""
|
||||||
|
- "&7Options"
|
||||||
|
- "&7- add [world]"
|
||||||
|
- "&7- edit [line number] [world]"
|
||||||
|
- "&7- insert [line number] [world]"
|
||||||
|
- "&7- remove [line number]"
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_disabled-worlds
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_paneldisabledworlds %cp-player-input%"
|
||||||
|
'7':
|
||||||
|
material: BEACON
|
||||||
|
name: '&fPanel Permission'
|
||||||
|
lore:
|
||||||
|
- "&7Change the permission for your Panel."
|
||||||
|
- "&7Use 'default' to disable this feature."
|
||||||
|
- "&7The permission will be commandpanel.panel.[text]"
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_perm
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_panelpermission %cp-player-input%"
|
||||||
|
'8':
|
||||||
|
material: NOTE_BLOCK
|
||||||
|
name: '&fPanel Open Sound'
|
||||||
|
lore:
|
||||||
|
- "&7Choose a sound when your panel opens."
|
||||||
|
- "&7Make sure this is all uppercase."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_sound-on-open
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_panelopensound %cp-player-input%"
|
||||||
|
'0':
|
||||||
|
material: LAVA_BUCKET
|
||||||
|
name: '&cDelete Panel'
|
||||||
|
lore:
|
||||||
|
- "&7Enter 'confirm' to delete the panel."
|
||||||
|
commands:
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_paneldelete %cp-player-input%"
|
||||||
|
'9':
|
||||||
|
material: NAME_TAG
|
||||||
|
name: '&fPanel Name: %cp-panel-name%'
|
||||||
|
lore:
|
||||||
|
- "&7Choose the name for your panel."
|
||||||
|
commands:
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_panelname %cp-player-input%"
|
||||||
|
'21':
|
||||||
|
material: FEATHER
|
||||||
|
name: '&fNo Permission Custom Message'
|
||||||
|
lore:
|
||||||
|
- "&7Add a No Permission custom message."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_custom-messages.perm
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_panelpermissionmessage %cp-player-input%"
|
||||||
|
'12':
|
||||||
|
material: FEATHER
|
||||||
|
name: '&fMaximum Input Custom Message'
|
||||||
|
lore:
|
||||||
|
- "&7Add a Player Input Maximum custom message."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_custom-messages.input
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_panelmaxinputmessage %cp-player-input%"
|
||||||
|
'13':
|
||||||
|
material: FEATHER
|
||||||
|
name: '&fPlayer Input Custom Message'
|
||||||
|
lore:
|
||||||
|
- "&7Add a Player Input custom message."
|
||||||
|
- ""
|
||||||
|
- "&7Options"
|
||||||
|
- "&7- add [text]"
|
||||||
|
- "&7- edit [line number] [text]"
|
||||||
|
- "&7- insert [line number] [text]"
|
||||||
|
- "&7- remove [line number]"
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_custom-messages.player-input
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_panelplayerinputmessage %cp-player-input%"
|
||||||
|
'14':
|
||||||
|
material: BOOK
|
||||||
|
name: '&fPanel Title'
|
||||||
|
lore:
|
||||||
|
- "&7Change your panel title."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_title
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_paneletitle %cp-player-input%"
|
||||||
|
'15':
|
||||||
|
material: LADDER
|
||||||
|
name: '&fPanel Rows'
|
||||||
|
lore:
|
||||||
|
- "&7How many rows the panel should be 1-6."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_rows
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_panelrows %cp-player-input%"
|
||||||
|
'16':
|
||||||
|
material: LEVER
|
||||||
|
name: '&fPanel Refresh Delay'
|
||||||
|
lore:
|
||||||
|
- "&7Refresh delay measured in ticks."
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_refresh-delay
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_panelrefreshdelay %cp-player-input%"
|
||||||
|
'17':
|
||||||
|
material: SLIME_BALL
|
||||||
|
name: '&fPanel Types'
|
||||||
|
lore:
|
||||||
|
- "&7Add Panel Types."
|
||||||
|
- ""
|
||||||
|
- "&7Options"
|
||||||
|
- "&7- add [text]"
|
||||||
|
- "&7- edit [line number] [text]"
|
||||||
|
- "&7- insert [line number] [text]"
|
||||||
|
- "&7- remove [line number]"
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_panelType
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_paneltype %cp-player-input%"
|
||||||
|
'22':
|
||||||
|
material: MAGMA_CREAM
|
||||||
|
name: '&fPanel Commands to Open Panel'
|
||||||
|
lore:
|
||||||
|
- "&7Commands that can be used to"
|
||||||
|
- "&7open this panel."
|
||||||
|
- ""
|
||||||
|
- "&7Options"
|
||||||
|
- "&7- add [command]"
|
||||||
|
- "&7- edit [line number] [command]"
|
||||||
|
- "&7- insert [line number] [command]"
|
||||||
|
- "&7- remove [line number]"
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_commands
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_panelcommands %cp-player-input%"
|
||||||
|
'23':
|
||||||
|
material: MAGMA_CREAM
|
||||||
|
name: '&fCommands Before Panel Open'
|
||||||
|
lore:
|
||||||
|
- "&7Commands before the panel has opened."
|
||||||
|
- ""
|
||||||
|
- "&7Options"
|
||||||
|
- "&7- add [command]"
|
||||||
|
- "&7- edit [line number] [command]"
|
||||||
|
- "&7- insert [line number] [command]"
|
||||||
|
- "&7- remove [line number]"
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_pre-load-commands
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_panelprecommands %cp-player-input%"
|
||||||
|
'24':
|
||||||
|
material: MAGMA_CREAM
|
||||||
|
name: '&fCommands On Panel Open'
|
||||||
|
lore:
|
||||||
|
- "&7Commands when the panel has opened."
|
||||||
|
- ""
|
||||||
|
- "&7Options"
|
||||||
|
- "&7- add [command]"
|
||||||
|
- "&7- edit [line number] [command]"
|
||||||
|
- "&7- insert [line number] [command]"
|
||||||
|
- "&7- remove [line number]"
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_commands-on-open
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_panelopencommands %cp-player-input%"
|
||||||
|
'25':
|
||||||
|
material: MAGMA_CREAM
|
||||||
|
name: '&fCommands On Panel Close'
|
||||||
|
lore:
|
||||||
|
- "&7Commands when the panel is closing."
|
||||||
|
- ""
|
||||||
|
- "&7Options"
|
||||||
|
- "&7- add [command]"
|
||||||
|
- "&7- edit [line number] [command]"
|
||||||
|
- "&7- insert [line number] [command]"
|
||||||
|
- "&7- remove [line number]"
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_commands-on-close
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_panelclosecommands %cp-player-input%"
|
||||||
|
'26':
|
||||||
|
material: MAGMA_CREAM
|
||||||
|
name: '&fOutside Panel Commands'
|
||||||
|
lore:
|
||||||
|
- "&7Add commands when clicking outside the panel."
|
||||||
|
- ""
|
||||||
|
- "&7Options"
|
||||||
|
- "&7- add [command]"
|
||||||
|
- "&7- edit [line number] [command]"
|
||||||
|
- "&7- insert [line number] [command]"
|
||||||
|
- "&7- remove [line number]"
|
||||||
|
commands:
|
||||||
|
- event= CPEditorPanel_outside-commands
|
||||||
|
- cpc
|
||||||
|
player-input:
|
||||||
|
- "event= CPEditor_paneloutsidecommands %cp-player-input%"
|
81
target/classes/config.yml
Normal file
81
target/classes/config.yml
Normal file
@ -0,0 +1,81 @@
|
|||||||
|
# |------------------------------------------------------------------------
|
||||||
|
# | CommandPanels Config File
|
||||||
|
# | By RockyHawk v5.2
|
||||||
|
# | https://www.spigotmc.org/resources/67788/
|
||||||
|
# |
|
||||||
|
# |------------------------------------------------------------------------
|
||||||
|
config:
|
||||||
|
refresh-panels: true
|
||||||
|
refresh-delay: 20
|
||||||
|
panel-blocks: true
|
||||||
|
ingame-editor: true
|
||||||
|
hotbar-items: true
|
||||||
|
custom-commands: true
|
||||||
|
auto-register-commands: false
|
||||||
|
auto-update-panels: false
|
||||||
|
server-ping-timeout: 10
|
||||||
|
stop-sound: true
|
||||||
|
disabled-world-message: true
|
||||||
|
panel-snooper: false
|
||||||
|
allow-unsafe-mini-message: false
|
||||||
|
format:
|
||||||
|
tag: '&6[&bCommandPanels&6] '
|
||||||
|
perms: '&cNo permission.'
|
||||||
|
reload: '&aReloaded.'
|
||||||
|
nopanel: '&cPanel not found.'
|
||||||
|
noitem: '&cPanel doesn''t have clickable item.'
|
||||||
|
notitem: '&cPlayer not found.'
|
||||||
|
error: '&cError found in config.'
|
||||||
|
offline: 'Offline'
|
||||||
|
offlineHeadValue: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmU1Mjg2YzQ3MGY2NmZmYTFhMTgzMzFjYmZmYjlhM2MyYTQ0MjRhOGM3MjU5YzQ0MzZmZDJlMzU1ODJhNTIyIn19fQ=='
|
||||||
|
input: '&cYour Input is too long!'
|
||||||
|
input:
|
||||||
|
input-cancel: cancel
|
||||||
|
input-cancelled: '&cCancelled!'
|
||||||
|
max-input-length: -1
|
||||||
|
input-message:
|
||||||
|
- '&aEnter Input for Command'
|
||||||
|
- '&cType &4%cp-args% &cto Cancel the command'
|
||||||
|
hexcodes:
|
||||||
|
start_tag: '#'
|
||||||
|
end_tag: ''
|
||||||
|
placeholders:
|
||||||
|
primary:
|
||||||
|
start: '%'
|
||||||
|
end: '%'
|
||||||
|
secondary:
|
||||||
|
start: '{'
|
||||||
|
end: '}'
|
||||||
|
updater:
|
||||||
|
auto-update: false
|
||||||
|
minor-updates-only: true
|
||||||
|
update-checks: true
|
||||||
|
purchase:
|
||||||
|
currency:
|
||||||
|
enable: true
|
||||||
|
success: '&aSuccessfully Bought For $%cp-args%'
|
||||||
|
failure: '&cInsufficient Funds!'
|
||||||
|
data:
|
||||||
|
enable: true
|
||||||
|
success: '&aSuccessfully Bought For $%cp-args%'
|
||||||
|
failure: '&cInsufficient Funds!'
|
||||||
|
tokens:
|
||||||
|
enable: true
|
||||||
|
success: '&aSuccessfully Bought For %cp-args% Tokens.'
|
||||||
|
failure: '&cInsufficient Tokens!'
|
||||||
|
coins:
|
||||||
|
enable: true
|
||||||
|
success: '&aSuccessfully Bought For %cp-args% Coins.'
|
||||||
|
failure: '&cInsufficient Coins!'
|
||||||
|
item:
|
||||||
|
enable: true
|
||||||
|
success: '&aSuccessfully Sold %cp-args%.'
|
||||||
|
failure: '&cInsufficient Items!'
|
||||||
|
xp:
|
||||||
|
enable: true
|
||||||
|
success: '&aSuccessfully Bought For %cp-args% Experience.'
|
||||||
|
failure: '&cInsufficient Experience!'
|
||||||
|
permission:
|
||||||
|
enable: true
|
||||||
|
success: "&aYou have successfully passed the permission check for '%cp-args%'"
|
||||||
|
failure: '&cInefficient Permissions'
|
146
target/classes/exampleLegacy.yml
Normal file
146
target/classes/exampleLegacy.yml
Normal file
@ -0,0 +1,146 @@
|
|||||||
|
# |------------------------------------------------------------------------
|
||||||
|
# | CommandPanels Legacy Example File
|
||||||
|
# | By RockyHawk v2.3
|
||||||
|
# | https://www.spigotmc.org/resources/command-panels-custom-guis.67788/
|
||||||
|
# |------------------------------------------------------------------------
|
||||||
|
panels:
|
||||||
|
example:
|
||||||
|
perm: admin
|
||||||
|
rows: 4
|
||||||
|
title: '&6[&bExample Panel&6]&f Welcome!'
|
||||||
|
commands:
|
||||||
|
- "example"
|
||||||
|
empty: STAINED_GLASS_PANE
|
||||||
|
emptyID: 15
|
||||||
|
disabled-worlds:
|
||||||
|
- 'world_nether'
|
||||||
|
open-with-item:
|
||||||
|
material: PAPER
|
||||||
|
name: '&6[&bExample Panel&6]'
|
||||||
|
lore:
|
||||||
|
- '&3Click me to open the panel!'
|
||||||
|
item:
|
||||||
|
'0':
|
||||||
|
material: LEATHER_HELMET
|
||||||
|
name: '&d&lPURPLE'
|
||||||
|
leatherarmor: PURPLE
|
||||||
|
damage: 30
|
||||||
|
'1':
|
||||||
|
material: DIAMOND
|
||||||
|
name: '&fThis is a diamond'
|
||||||
|
lore: "&7Feel free to take me!"
|
||||||
|
itemType:
|
||||||
|
- placeable
|
||||||
|
'10':
|
||||||
|
material: REDSTONE_BLOCK
|
||||||
|
name: '&fTake the diamond'
|
||||||
|
has0:
|
||||||
|
value0: NOT DIAMOND
|
||||||
|
compare0: '%cp-material-1%'
|
||||||
|
name: '&fNice One!'
|
||||||
|
material: EMERALD_BLOCK
|
||||||
|
'9':
|
||||||
|
material: LEATHER_CHESTPLATE
|
||||||
|
name: '&9&lBLUE'
|
||||||
|
leatherarmor: BLUE
|
||||||
|
damage: 20
|
||||||
|
'18':
|
||||||
|
material: LEATHER_LEGGINGS
|
||||||
|
name: '&a&lLIME'
|
||||||
|
leatherarmor: LIME
|
||||||
|
damage: 40
|
||||||
|
'2':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGJiMjczN2VjYmY5MTBlZmUzYjI2N2RiN2Q0YjMyN2YzNjBhYmM3MzJjNzdiZDBlNGVmZjFkNTEwY2RlZiJ9fX0=
|
||||||
|
name: '&e&lE'
|
||||||
|
'3':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWE2Nzg3YmEzMjU2NGU3YzJmM2EwY2U2NDQ5OGVjYmIyM2I4OTg0NWU1YTY2YjVjZWM3NzM2ZjcyOWVkMzcifX19
|
||||||
|
name: '&e&lX'
|
||||||
|
'4':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTY3ZDgxM2FlN2ZmZTViZTk1MWE0ZjQxZjJhYTYxOWE1ZTM4OTRlODVlYTVkNDk4NmY4NDk0OWM2M2Q3NjcyZSJ9fX0=
|
||||||
|
name: '&e&lA'
|
||||||
|
'5':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDljNDVhMjRhYWFiZjQ5ZTIxN2MxNTQ4MzIwNDg0OGE3MzU4MmFiYTdmYWUxMGVlMmM1N2JkYjc2NDgyZiJ9fX0=
|
||||||
|
name: '&e&lM'
|
||||||
|
'6':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTBhNzk4OWI1ZDZlNjIxYTEyMWVlZGFlNmY0NzZkMzUxOTNjOTdjMWE3Y2I4ZWNkNDM2MjJhNDg1ZGMyZTkxMiJ9fX0=
|
||||||
|
name: '&e&lP'
|
||||||
|
'7':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzE5ZjUwYjQzMmQ4NjhhZTM1OGUxNmY2MmVjMjZmMzU0MzdhZWI5NDkyYmNlMTM1NmM5YWE2YmIxOWEzODYifX19
|
||||||
|
name: '&e&lL'
|
||||||
|
'8':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGJiMjczN2VjYmY5MTBlZmUzYjI2N2RiN2Q0YjMyN2YzNjBhYmM3MzJjNzdiZDBlNGVmZjFkNTEwY2RlZiJ9fX0=
|
||||||
|
name: '&e&lE'
|
||||||
|
'13':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTBhNzk4OWI1ZDZlNjIxYTEyMWVlZGFlNmY0NzZkMzUxOTNjOTdjMWE3Y2I4ZWNkNDM2MjJhNDg1ZGMyZTkxMiJ9fX0=
|
||||||
|
name: '&e&lP'
|
||||||
|
'14':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTY3ZDgxM2FlN2ZmZTViZTk1MWE0ZjQxZjJhYTYxOWE1ZTM4OTRlODVlYTVkNDk4NmY4NDk0OWM2M2Q3NjcyZSJ9fX0=
|
||||||
|
name: '&e&lA'
|
||||||
|
'15':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzViOGIzZDhjNzdkZmI4ZmJkMjQ5NWM4NDJlYWM5NGZmZmE2ZjU5M2JmMTVhMjU3NGQ4NTRkZmYzOTI4In19fQ==
|
||||||
|
name: '&e&lN'
|
||||||
|
'16':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGJiMjczN2VjYmY5MTBlZmUzYjI2N2RiN2Q0YjMyN2YzNjBhYmM3MzJjNzdiZDBlNGVmZjFkNTEwY2RlZiJ9fX0=
|
||||||
|
name: '&e&lE'
|
||||||
|
'17':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzE5ZjUwYjQzMmQ4NjhhZTM1OGUxNmY2MmVjMjZmMzU0MzdhZWI5NDkyYmNlMTM1NmM5YWE2YmIxOWEzODYifX19
|
||||||
|
name: '&e&lL'
|
||||||
|
'20':
|
||||||
|
material: WOOL
|
||||||
|
ID: 14
|
||||||
|
name: '&cYour nickname is not ''RockyHawk'''
|
||||||
|
commands:
|
||||||
|
- 'msg= &cNot RockyHawk'
|
||||||
|
has0:
|
||||||
|
value0: RockyHawk
|
||||||
|
compare0: '%cp-player-name%'
|
||||||
|
material: WOOL
|
||||||
|
ID: 5
|
||||||
|
name: '&aYour username is ''RockyHawk'''
|
||||||
|
commands:
|
||||||
|
- 'msg= &aWelcome my master!'
|
||||||
|
'27':
|
||||||
|
material: LEATHER_BOOTS
|
||||||
|
name: '&e&lYELLOW'
|
||||||
|
leatherarmor: YELLOW
|
||||||
|
damage: 50
|
||||||
|
'32':
|
||||||
|
material: COMPASS
|
||||||
|
stack: 12
|
||||||
|
enchanted: true
|
||||||
|
name: '&cClick Me'
|
||||||
|
lore:
|
||||||
|
- '&fI will teleport you home!'
|
||||||
|
commands:
|
||||||
|
- home
|
||||||
|
- cpc
|
||||||
|
- console= title %cp-player-name% times 20 60 20
|
||||||
|
- console= title %cp-player-name% subtitle {"text":"%cp-player-displayname%","color":"green"}
|
||||||
|
- console= title %cp-player-name% title {"text":"Welcome Home"}
|
||||||
|
'30':
|
||||||
|
material: POTION
|
||||||
|
ID: 8225
|
||||||
|
name: '&5&lInstant Health II'
|
||||||
|
commands:
|
||||||
|
- heal
|
||||||
|
- cpc
|
||||||
|
'34':
|
||||||
|
material: REDSTONE_BLOCK
|
||||||
|
name: '&cNo Permission'
|
||||||
|
lore:
|
||||||
|
- '&4You cannot change to'
|
||||||
|
- '&4creative looking like that!'
|
||||||
|
has0:
|
||||||
|
value0: '%cp-player-name% HASPERM'
|
||||||
|
compare0: essentials.gamemode
|
||||||
|
material: EMERALD_BLOCK
|
||||||
|
name: '&aClick Me'
|
||||||
|
lore:
|
||||||
|
- '&2I will change you'
|
||||||
|
- '&2to creative mode!'
|
||||||
|
commands:
|
||||||
|
- gamemode creative
|
||||||
|
- cpc
|
||||||
|
- console= title %cp-player-name% times 20 60 20
|
||||||
|
- console= title %cp-player-name% subtitle {"text":"You are now in creative mode!","color":"green"}
|
||||||
|
- console= title %cp-player-name% title {"text":"Awesome %cp-player-displayname%"}
|
50
target/classes/example_bottom.yml
Normal file
50
target/classes/example_bottom.yml
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
# |------------------------------------------------------------------------
|
||||||
|
# | CommandPanels Example File
|
||||||
|
# | By RockyHawk v3.1
|
||||||
|
# | https://www.spigotmc.org/resources/command-panels-custom-guis.67788/
|
||||||
|
# |------------------------------------------------------------------------
|
||||||
|
panels:
|
||||||
|
example_bottom:
|
||||||
|
perm: default
|
||||||
|
rows: 3
|
||||||
|
title: 'Example'
|
||||||
|
empty: LIGHT_BLUE_STAINED_GLASS_PANE
|
||||||
|
panelType:
|
||||||
|
- nocommand
|
||||||
|
item:
|
||||||
|
'0':
|
||||||
|
material: BARRIER
|
||||||
|
name: '&cClose the panel'
|
||||||
|
commands:
|
||||||
|
- cpc
|
||||||
|
'4':
|
||||||
|
material: cps= self
|
||||||
|
name: '&7Name: &eRockyHawk'
|
||||||
|
lore:
|
||||||
|
- ''
|
||||||
|
- '&8Example Panel made by:'
|
||||||
|
- '&8RockyHawk'
|
||||||
|
'8':
|
||||||
|
material: ENDER_PEARL
|
||||||
|
name: '&bOpen Player Browser'
|
||||||
|
lore:
|
||||||
|
- '&7The Player Browser requires'
|
||||||
|
- '&7PlaceholderAPI with the Math extension'
|
||||||
|
has1:
|
||||||
|
compare0: '%math_0:_1+1%'
|
||||||
|
value0: '2'
|
||||||
|
material: ENDER_PEARL
|
||||||
|
name: '&bOpen Player Browser'
|
||||||
|
commands:
|
||||||
|
- open= example_middle_two {Middle}
|
||||||
|
has0:
|
||||||
|
compare0: '%cp-data-example_item%'
|
||||||
|
value0: true
|
||||||
|
material: COOKED_PORKCHOP
|
||||||
|
name: '&fSecret Item'
|
||||||
|
lore:
|
||||||
|
- '&7Click me and I will allow you to'
|
||||||
|
- '&7use the one time only message again'
|
||||||
|
commands:
|
||||||
|
- set-data= example_item false
|
||||||
|
- 'refresh'
|
121
target/classes/example_middle_one.yml
Normal file
121
target/classes/example_middle_one.yml
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
# |------------------------------------------------------------------------
|
||||||
|
# | CommandPanels Example File
|
||||||
|
# | By RockyHawk v3.1
|
||||||
|
# | https://www.spigotmc.org/resources/command-panels-custom-guis.67788/
|
||||||
|
# |------------------------------------------------------------------------
|
||||||
|
panels:
|
||||||
|
example_middle_one:
|
||||||
|
perm: default
|
||||||
|
rows: 3
|
||||||
|
title: 'Example'
|
||||||
|
animatevalue: 15
|
||||||
|
refresh-delay: 5
|
||||||
|
panelType:
|
||||||
|
- nocommand
|
||||||
|
empty: YELLOW_STAINED_GLASS_PANE
|
||||||
|
item:
|
||||||
|
'0':
|
||||||
|
material: AIR
|
||||||
|
stack: 1
|
||||||
|
name: ''
|
||||||
|
animate0:
|
||||||
|
material: PUFFERFISH
|
||||||
|
name: '&eRhys the Pufferfish'
|
||||||
|
'1':
|
||||||
|
material: AIR
|
||||||
|
stack: 1
|
||||||
|
name: ''
|
||||||
|
animate1:
|
||||||
|
material: PUFFERFISH
|
||||||
|
name: '&eRhys the Pufferfish'
|
||||||
|
'2':
|
||||||
|
material: AIR
|
||||||
|
stack: 1
|
||||||
|
name: ''
|
||||||
|
animate2:
|
||||||
|
material: PUFFERFISH
|
||||||
|
name: '&eRhys the Pufferfish'
|
||||||
|
'3':
|
||||||
|
material: AIR
|
||||||
|
stack: 1
|
||||||
|
name: ''
|
||||||
|
animate3:
|
||||||
|
material: PUFFERFISH
|
||||||
|
name: '&eRhys the Pufferfish'
|
||||||
|
'5':
|
||||||
|
material: AIR
|
||||||
|
stack: 1
|
||||||
|
name: ''
|
||||||
|
animate9:
|
||||||
|
material: PUFFERFISH
|
||||||
|
name: '&eRhys the Pufferfish'
|
||||||
|
'6':
|
||||||
|
material: AIR
|
||||||
|
stack: 1
|
||||||
|
name: ''
|
||||||
|
animate10:
|
||||||
|
material: PUFFERFISH
|
||||||
|
name: '&eRhys the Pufferfish'
|
||||||
|
'7':
|
||||||
|
material: AIR
|
||||||
|
stack: 1
|
||||||
|
name: ''
|
||||||
|
animate11:
|
||||||
|
material: PUFFERFISH
|
||||||
|
name: '&eRhys the Pufferfish'
|
||||||
|
'12':
|
||||||
|
material: AIR
|
||||||
|
stack: 1
|
||||||
|
name: ''
|
||||||
|
animate4:
|
||||||
|
material: PUFFERFISH
|
||||||
|
name: '&eRhys the Pufferfish'
|
||||||
|
'14':
|
||||||
|
material: AIR
|
||||||
|
stack: 1
|
||||||
|
name: ''
|
||||||
|
animate8:
|
||||||
|
material: PUFFERFISH
|
||||||
|
name: '&eRhys the Pufferfish'
|
||||||
|
'16':
|
||||||
|
material: AIR
|
||||||
|
stack: 1
|
||||||
|
name: ''
|
||||||
|
animate12:
|
||||||
|
material: PUFFERFISH
|
||||||
|
name: '&eRhys the Pufferfish'
|
||||||
|
'21':
|
||||||
|
material: AIR
|
||||||
|
stack: 1
|
||||||
|
name: ''
|
||||||
|
animate5:
|
||||||
|
material: PUFFERFISH
|
||||||
|
name: '&eRhys the Pufferfish'
|
||||||
|
'22':
|
||||||
|
material: AIR
|
||||||
|
stack: 1
|
||||||
|
name: ''
|
||||||
|
animate6:
|
||||||
|
material: PUFFERFISH
|
||||||
|
name: '&eRhys the Pufferfish'
|
||||||
|
'23':
|
||||||
|
material: AIR
|
||||||
|
stack: 1
|
||||||
|
name: ''
|
||||||
|
animate7:
|
||||||
|
material: PUFFERFISH
|
||||||
|
name: '&eRhys the Pufferfish'
|
||||||
|
'25':
|
||||||
|
material: AIR
|
||||||
|
stack: 1
|
||||||
|
name: ''
|
||||||
|
animate13:
|
||||||
|
material: PUFFERFISH
|
||||||
|
name: '&eRhys the Pufferfish'
|
||||||
|
'26':
|
||||||
|
material: AIR
|
||||||
|
stack: 1
|
||||||
|
name: ''
|
||||||
|
animate14:
|
||||||
|
material: PUFFERFISH
|
||||||
|
name: '&eRhys the Pufferfish'
|
180
target/classes/example_middle_two.yml
Normal file
180
target/classes/example_middle_two.yml
Normal file
@ -0,0 +1,180 @@
|
|||||||
|
# |------------------------------------------------------------------------
|
||||||
|
# | CommandPanels Example File
|
||||||
|
# | By RockyHawk v3.1
|
||||||
|
# | https://www.spigotmc.org/resources/command-panels-custom-guis.67788/
|
||||||
|
# |------------------------------------------------------------------------
|
||||||
|
panels:
|
||||||
|
example_middle_two:
|
||||||
|
perm: default
|
||||||
|
rows: 4
|
||||||
|
title: '&e&lOnline Browser - Page $cp-data-nextpage$'
|
||||||
|
empty: LIGHT_BLUE_STAINED_GLASS_PANE
|
||||||
|
panelType:
|
||||||
|
- nocommand
|
||||||
|
placeholders:
|
||||||
|
primary:
|
||||||
|
start: '$'
|
||||||
|
end: '$'
|
||||||
|
secondary:
|
||||||
|
start: '{'
|
||||||
|
end: '}'
|
||||||
|
pre-load-commands:
|
||||||
|
- add-data= onlinepage 0
|
||||||
|
- add-data= nextpage 1
|
||||||
|
item:
|
||||||
|
'10':
|
||||||
|
material: 'cps= $cp-player-online-%math_1+14*{cp-data-onlinepage}%$'
|
||||||
|
name: '&e$cp-player-online-%math_1+14*{cp-data-onlinepage}%$'
|
||||||
|
has0:
|
||||||
|
compare0: '$cp-player-online-%math_1+14*{cp-data-onlinepage}%$'
|
||||||
|
value0: 'Offline'
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmMyNzEwNTI3MTllZjY0MDc5ZWU4YzE0OTg5NTEyMzhhNzRkYWM0YzI3Yjk1NjQwZGI2ZmJkZGMyZDZiNWI2ZSJ9fX0=
|
||||||
|
stack: 1
|
||||||
|
name: '&7&l????'
|
||||||
|
'11':
|
||||||
|
material: 'cps= $cp-player-online-%math_2+14*{cp-data-onlinepage}%$'
|
||||||
|
name: '&e$cp-player-online-%math_2+14*{cp-data-onlinepage}%$'
|
||||||
|
has0:
|
||||||
|
compare0: '&e$cp-player-online-%math_2+14*{cp-data-onlinepage}%$'
|
||||||
|
value0: 'Offline'
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmMyNzEwNTI3MTllZjY0MDc5ZWU4YzE0OTg5NTEyMzhhNzRkYWM0YzI3Yjk1NjQwZGI2ZmJkZGMyZDZiNWI2ZSJ9fX0=
|
||||||
|
stack: 1
|
||||||
|
name: '&7&l????'
|
||||||
|
'12':
|
||||||
|
material: 'cps= $cp-player-online-%math_3+14*{cp-data-onlinepage}%$'
|
||||||
|
name: '&e$cp-player-online-%math_3+14*{cp-data-onlinepage}%$'
|
||||||
|
has0:
|
||||||
|
compare0: '&e$cp-player-online-%math_3+14*{cp-data-onlinepage}%$'
|
||||||
|
value0: 'Offline'
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmMyNzEwNTI3MTllZjY0MDc5ZWU4YzE0OTg5NTEyMzhhNzRkYWM0YzI3Yjk1NjQwZGI2ZmJkZGMyZDZiNWI2ZSJ9fX0=
|
||||||
|
stack: 1
|
||||||
|
name: '&7&l????'
|
||||||
|
'13':
|
||||||
|
material: 'cps= $cp-player-online-%math_4+14*{cp-data-onlinepage}%$'
|
||||||
|
name: '&e$cp-player-online-%math_4+14*{cp-data-onlinepage}%$'
|
||||||
|
has0:
|
||||||
|
compare0: '&e$cp-player-online-%math_4+14*{cp-data-onlinepage}%$'
|
||||||
|
value0: 'Offline'
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmMyNzEwNTI3MTllZjY0MDc5ZWU4YzE0OTg5NTEyMzhhNzRkYWM0YzI3Yjk1NjQwZGI2ZmJkZGMyZDZiNWI2ZSJ9fX0=
|
||||||
|
stack: 1
|
||||||
|
name: '&7&l????'
|
||||||
|
'14':
|
||||||
|
material: 'cps= $cp-player-online-%math_5+14*{cp-data-onlinepage}%$'
|
||||||
|
name: '&e$cp-player-online-%math_5+14*{cp-data-onlinepage}%$'
|
||||||
|
has0:
|
||||||
|
compare0: '&e$cp-player-online-%math_5+14*{cp-data-onlinepage}%$'
|
||||||
|
value0: 'Offline'
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmMyNzEwNTI3MTllZjY0MDc5ZWU4YzE0OTg5NTEyMzhhNzRkYWM0YzI3Yjk1NjQwZGI2ZmJkZGMyZDZiNWI2ZSJ9fX0=
|
||||||
|
stack: 1
|
||||||
|
name: '&7&l????'
|
||||||
|
'15':
|
||||||
|
material: 'cps= $cp-player-online-%math_6+14*{cp-data-onlinepage}%$'
|
||||||
|
name: '&e$cp-player-online-%math_6+14*{cp-data-onlinepage}%$'
|
||||||
|
has0:
|
||||||
|
compare0: '&e$cp-player-online-%math_6+14*{cp-data-onlinepage}%$'
|
||||||
|
value0: 'Offline'
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmMyNzEwNTI3MTllZjY0MDc5ZWU4YzE0OTg5NTEyMzhhNzRkYWM0YzI3Yjk1NjQwZGI2ZmJkZGMyZDZiNWI2ZSJ9fX0=
|
||||||
|
stack: 1
|
||||||
|
name: '&7&l????'
|
||||||
|
'16':
|
||||||
|
material: 'cps= $cp-player-online-%math_7+14*{cp-data-onlinepage}%$'
|
||||||
|
name: '&e$cp-player-online-%math_7+14*{cp-data-onlinepage}%$'
|
||||||
|
has0:
|
||||||
|
compare0: '&e$cp-player-online-%math_7+14*{cp-data-onlinepage}%$'
|
||||||
|
value0: 'Offline'
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmMyNzEwNTI3MTllZjY0MDc5ZWU4YzE0OTg5NTEyMzhhNzRkYWM0YzI3Yjk1NjQwZGI2ZmJkZGMyZDZiNWI2ZSJ9fX0=
|
||||||
|
stack: 1
|
||||||
|
name: '&7&l????'
|
||||||
|
'19':
|
||||||
|
material: 'cps= $cp-player-online-%math_8+14*{cp-data-onlinepage}%$'
|
||||||
|
name: '&e$cp-player-online-%math_8+14*{cp-data-onlinepage}%$'
|
||||||
|
has0:
|
||||||
|
compare0: '&e$cp-player-online-%math_8+14*{cp-data-onlinepage}%$'
|
||||||
|
value0: 'Offline'
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmMyNzEwNTI3MTllZjY0MDc5ZWU4YzE0OTg5NTEyMzhhNzRkYWM0YzI3Yjk1NjQwZGI2ZmJkZGMyZDZiNWI2ZSJ9fX0=
|
||||||
|
stack: 1
|
||||||
|
name: '&7&l????'
|
||||||
|
'20':
|
||||||
|
material: 'cps= $cp-player-online-%math_9+14*{cp-data-onlinepage}%$'
|
||||||
|
name: '&e$cp-player-online-%math_9+14*{cp-data-onlinepage}%$'
|
||||||
|
has0:
|
||||||
|
compare0: '&e$cp-player-online-%math_9+14*{cp-data-onlinepage}%$'
|
||||||
|
value0: 'Offline'
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmMyNzEwNTI3MTllZjY0MDc5ZWU4YzE0OTg5NTEyMzhhNzRkYWM0YzI3Yjk1NjQwZGI2ZmJkZGMyZDZiNWI2ZSJ9fX0=
|
||||||
|
stack: 1
|
||||||
|
name: '&7&l????'
|
||||||
|
'21':
|
||||||
|
material: 'cps= $cp-player-online-%math_10+14*{cp-data-onlinepage}%$'
|
||||||
|
name: '&e$cp-player-online-%math_10+14*{cp-data-onlinepage}%$'
|
||||||
|
has0:
|
||||||
|
compare0: '&e$cp-player-online-%math_10+14*{cp-data-onlinepage}%$'
|
||||||
|
value0: 'Offline'
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmMyNzEwNTI3MTllZjY0MDc5ZWU4YzE0OTg5NTEyMzhhNzRkYWM0YzI3Yjk1NjQwZGI2ZmJkZGMyZDZiNWI2ZSJ9fX0=
|
||||||
|
stack: 1
|
||||||
|
name: '&7&l????'
|
||||||
|
'22':
|
||||||
|
material: 'cps= $cp-player-online-%math_11+14*{cp-data-onlinepage}%$'
|
||||||
|
name: '&e$cp-player-online-%math_11+14*{cp-data-onlinepage}%$'
|
||||||
|
has0:
|
||||||
|
compare0: '&e$cp-player-online-%math_11+14*{cp-data-onlinepage}%$'
|
||||||
|
value0: 'Offline'
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmMyNzEwNTI3MTllZjY0MDc5ZWU4YzE0OTg5NTEyMzhhNzRkYWM0YzI3Yjk1NjQwZGI2ZmJkZGMyZDZiNWI2ZSJ9fX0=
|
||||||
|
stack: 1
|
||||||
|
name: '&7&l????'
|
||||||
|
'23':
|
||||||
|
material: 'cps= $cp-player-online-%math_12+14*{cp-data-onlinepage}%$'
|
||||||
|
name: '&e$cp-player-online-%math_12+14*{cp-data-onlinepage}%$'
|
||||||
|
has0:
|
||||||
|
compare0: '&e$cp-player-online-%math_12+14*{cp-data-onlinepage}%$'
|
||||||
|
value0: 'Offline'
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmMyNzEwNTI3MTllZjY0MDc5ZWU4YzE0OTg5NTEyMzhhNzRkYWM0YzI3Yjk1NjQwZGI2ZmJkZGMyZDZiNWI2ZSJ9fX0=
|
||||||
|
stack: 1
|
||||||
|
name: '&7&l????'
|
||||||
|
'24':
|
||||||
|
material: 'cps= $cp-player-online-%math_13+14*{cp-data-onlinepage}%$'
|
||||||
|
name: '&e$cp-player-online-%math_13+14*{cp-data-onlinepage}%$'
|
||||||
|
has0:
|
||||||
|
compare0: '&e$cp-player-online-%math_13+14*{cp-data-onlinepage}%$'
|
||||||
|
value0: 'Offline'
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmMyNzEwNTI3MTllZjY0MDc5ZWU4YzE0OTg5NTEyMzhhNzRkYWM0YzI3Yjk1NjQwZGI2ZmJkZGMyZDZiNWI2ZSJ9fX0=
|
||||||
|
stack: 1
|
||||||
|
name: '&7&l????'
|
||||||
|
'25':
|
||||||
|
material: 'cps= $cp-player-online-%math_14+14*{cp-data-onlinepage}%$'
|
||||||
|
name: '&e$cp-player-online-%math_14+14*{cp-data-onlinepage}%$'
|
||||||
|
has0:
|
||||||
|
compare0: '&e$cp-player-online-%math_14+14*{cp-data-onlinepage}%$'
|
||||||
|
value0: 'Offline'
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmMyNzEwNTI3MTllZjY0MDc5ZWU4YzE0OTg5NTEyMzhhNzRkYWM0YzI3Yjk1NjQwZGI2ZmJkZGMyZDZiNWI2ZSJ9fX0=
|
||||||
|
stack: 1
|
||||||
|
name: '&7&l????'
|
||||||
|
'2':
|
||||||
|
material: LIGHT_BLUE_STAINED_GLASS_PANE
|
||||||
|
name: "&f"
|
||||||
|
has0:
|
||||||
|
value0: 'NOT 0 ISGREATER'
|
||||||
|
compare0: '$cp-data-onlinepage$'
|
||||||
|
material: STICK
|
||||||
|
stack: 1
|
||||||
|
name: "&c&lLast Page"
|
||||||
|
commands:
|
||||||
|
- math-data= onlinepage -1
|
||||||
|
- math-data= nextpage -1
|
||||||
|
- refresh
|
||||||
|
'6':
|
||||||
|
material: ARROW
|
||||||
|
stack: 1
|
||||||
|
name: "&e&lNext Page"
|
||||||
|
commands:
|
||||||
|
- 'math-data= onlinepage +1'
|
||||||
|
- 'math-data= nextpage +1'
|
||||||
|
- 'refresh'
|
||||||
|
'4':
|
||||||
|
material: OAK_SIGN
|
||||||
|
name: '&e&lOnline Players'
|
||||||
|
lore:
|
||||||
|
- '&b$cp-online-players$'
|
||||||
|
- ''
|
||||||
|
- '&8Player Browser made by:'
|
||||||
|
- '&8TinyTank800'
|
||||||
|
|
148
target/classes/example_top.yml
Normal file
148
target/classes/example_top.yml
Normal file
@ -0,0 +1,148 @@
|
|||||||
|
# |------------------------------------------------------------------------
|
||||||
|
# | CommandPanels Example File
|
||||||
|
# | By RockyHawk v3.1
|
||||||
|
# | https://www.spigotmc.org/resources/command-panels-custom-guis.67788/
|
||||||
|
# |------------------------------------------------------------------------
|
||||||
|
panels:
|
||||||
|
example:
|
||||||
|
perm: admin
|
||||||
|
rows: 6
|
||||||
|
title: '&6&l[&b&lExample&6&l]&r Hello %cp-player-name%!'
|
||||||
|
sound-on-open: BLOCK_NOTE_BLOCK_CHIME
|
||||||
|
pre-load-commands:
|
||||||
|
- placeholder= [item:APPLE]
|
||||||
|
- add-data= example_item false
|
||||||
|
commands-on-open:
|
||||||
|
- open= example_middle_one {Middle}
|
||||||
|
- open= example_bottom {Bottom}
|
||||||
|
commands:
|
||||||
|
- example_panel
|
||||||
|
empty: LIGHT_BLUE_STAINED_GLASS_PANE
|
||||||
|
custom-item:
|
||||||
|
bread:
|
||||||
|
material: BREAD
|
||||||
|
name: '&fMmm.. Yummy'
|
||||||
|
item:
|
||||||
|
'1':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc3MTY1YzlkYjc2M2E5YWNkMTNjMDYyMjBlOTJkM2M5NzBkZmEzNmRhYzU2ZTU5NTdkMDJkMzZmNWE5ZjBiOCJ9fX0=
|
||||||
|
name: '&e&lE'
|
||||||
|
'2':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTVkNWM3NWY2Njc1ZWRjMjkyZWEzNzg0NjA3Nzk3MGQyMjZmYmQ1MjRlN2ZkNjgwOGYzYTQ3ODFhNTQ5YjA4YyJ9fX0=
|
||||||
|
name: '&e&lX'
|
||||||
|
'3':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTUxN2I0ODI5YjgzMTkyYmQ3MjcxMTI3N2E4ZWZjNDE5NjcxMWU0MTgwYzIyYjNlMmI4MTY2YmVhMWE5ZGUxOSJ9fX0=
|
||||||
|
name: '&e&lA'
|
||||||
|
'4':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWQ3MTYyNTZkNzI3YmExZGYxOGY4MjZmMTE5MDUxYzMzYTM5NDIwOWE5NWJlODM3Y2NmNmZhZTllZTZiODcxYiJ9fX0=
|
||||||
|
name: '&e&lM'
|
||||||
|
'5':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjU1MzE0MWFhYmU4OWE4YTU4MDRhMTcyMTMzYjQzZDVkMGVlMDU0OWNjMTlkYjAzODU2ODQwNDNjZmE5NDZhNSJ9fX0=
|
||||||
|
name: '&e&lP'
|
||||||
|
'6':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjA2YmM0MTdlM2MwNmIyMjczNWQ1MzlmOWM2YzhmZDdjMWVmZDE5MjM2ZTJjMzgxNTM0MDUxZDlkNmJlZTgwNCJ9fX0=
|
||||||
|
name: '&e&lL'
|
||||||
|
'7':
|
||||||
|
material: cps= eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc3MTY1YzlkYjc2M2E5YWNkMTNjMDYyMjBlOTJkM2M5NzBkZmEzNmRhYzU2ZTU5NTdkMDJkMzZmNWE5ZjBiOCJ9fX0=
|
||||||
|
name: '&e&lE'
|
||||||
|
'15':
|
||||||
|
material: IRON_SWORD
|
||||||
|
name: '&fThis sword has been damaged'
|
||||||
|
damage: 20
|
||||||
|
'17':
|
||||||
|
material: LEATHER_HELMET
|
||||||
|
name: '&aGreen &fArmor'
|
||||||
|
leatherarmor: GREEN
|
||||||
|
'18':
|
||||||
|
material: BREAD
|
||||||
|
name: '&fPay $20 for bread'
|
||||||
|
commands:
|
||||||
|
- paywall= 20
|
||||||
|
- give-item= bread
|
||||||
|
'19':
|
||||||
|
material: APPLE
|
||||||
|
name: '&fClick me to change item'
|
||||||
|
commands:
|
||||||
|
- placeholder= [item:GOLDEN_APPLE]
|
||||||
|
- refresh
|
||||||
|
has0:
|
||||||
|
material: GOLDEN_APPLE
|
||||||
|
compare0: '%cp-item%'
|
||||||
|
value0: GOLDEN_APPLE
|
||||||
|
name: '&fClick me to change item'
|
||||||
|
commands:
|
||||||
|
- placeholder= [item:APPLE]
|
||||||
|
- refresh
|
||||||
|
'21':
|
||||||
|
material: POTION
|
||||||
|
name: '&fClick to heal the player'
|
||||||
|
potion: INSTANT_HEAL
|
||||||
|
lore:
|
||||||
|
- '&7Uses the /heal command so that'
|
||||||
|
- '&7the player needs permission'
|
||||||
|
commands:
|
||||||
|
- heal
|
||||||
|
'24':
|
||||||
|
material: BOW
|
||||||
|
name: '&fThis bow is enchanted'
|
||||||
|
enchanted: true
|
||||||
|
'26':
|
||||||
|
material: LEATHER_CHESTPLATE
|
||||||
|
name: '&eYellow &fArmor'
|
||||||
|
leatherarmor: YELLOW
|
||||||
|
'27':
|
||||||
|
material: COOKED_BEEF
|
||||||
|
name: '&fReplenish your hunger bars'
|
||||||
|
lore:
|
||||||
|
- '&7Uses /feed command'
|
||||||
|
commands:
|
||||||
|
- feed
|
||||||
|
'28':
|
||||||
|
material: COOKED_PORKCHOP
|
||||||
|
name: '&fSends a message'
|
||||||
|
lore:
|
||||||
|
- '&7Can only be used once per player'
|
||||||
|
commands:
|
||||||
|
- set-data= example_item true
|
||||||
|
- msg= &fThis message can only be sent one time
|
||||||
|
- refresh
|
||||||
|
has0:
|
||||||
|
compare0: '%cp-data-example_item%'
|
||||||
|
value0: true
|
||||||
|
material: BARRIER
|
||||||
|
name: '&cItem has been used!'
|
||||||
|
'30':
|
||||||
|
material: COMPASS
|
||||||
|
name: '&fTeleport Home'
|
||||||
|
commands:
|
||||||
|
- home
|
||||||
|
- cpc
|
||||||
|
- title= %cp-player-name% 20 60 20 &eWelcome Home/n/&2%cp-player-displayname%
|
||||||
|
'33':
|
||||||
|
material: ARROW
|
||||||
|
name: '&fItems can be stacked'
|
||||||
|
stack: 16
|
||||||
|
'35':
|
||||||
|
material: LEATHER_LEGGINGS
|
||||||
|
name: '&cRed &fArmor'
|
||||||
|
leatherarmor: RED
|
||||||
|
'42':
|
||||||
|
material: IRON_AXE
|
||||||
|
name: '#4eabd1Crazy #b6d1eaColours'
|
||||||
|
lore:
|
||||||
|
- '&71.16+ you can use HEX colours!'
|
||||||
|
'44':
|
||||||
|
material: LEATHER_BOOTS
|
||||||
|
name: '&6Orange &fArmor'
|
||||||
|
leatherarmor: ORANGE
|
||||||
|
'45':
|
||||||
|
material: RED_WOOL
|
||||||
|
name: '&cMinimize Panel'
|
||||||
|
commands:
|
||||||
|
- close= Middle
|
||||||
|
- close= Bottom
|
||||||
|
'46':
|
||||||
|
material: LIME_WOOL
|
||||||
|
name: '&aReset Bottom of Panel'
|
||||||
|
commands:
|
||||||
|
- open= example_middle_one {Middle}
|
||||||
|
- open= example_bottom {Bottom}
|
BIN
target/classes/me/rockyhawk/commandpanels/CommandPanels$1.class
Normal file
BIN
target/classes/me/rockyhawk/commandpanels/CommandPanels$1.class
Normal file
Binary file not shown.
BIN
target/classes/me/rockyhawk/commandpanels/CommandPanels$2.class
Normal file
BIN
target/classes/me/rockyhawk/commandpanels/CommandPanels$2.class
Normal file
Binary file not shown.
BIN
target/classes/me/rockyhawk/commandpanels/CommandPanels.class
Normal file
BIN
target/classes/me/rockyhawk/commandpanels/CommandPanels.class
Normal file
Binary file not shown.
BIN
target/classes/me/rockyhawk/commandpanels/Metrics$1.class
Normal file
BIN
target/classes/me/rockyhawk/commandpanels/Metrics$1.class
Normal file
Binary file not shown.
BIN
target/classes/me/rockyhawk/commandpanels/Metrics$2.class
Normal file
BIN
target/classes/me/rockyhawk/commandpanels/Metrics$2.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
target/classes/me/rockyhawk/commandpanels/Metrics.class
Normal file
BIN
target/classes/me/rockyhawk/commandpanels/Metrics.class
Normal file
Binary file not shown.
BIN
target/classes/me/rockyhawk/commandpanels/Utils.class
Normal file
BIN
target/classes/me/rockyhawk/commandpanels/Utils.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
target/classes/me/rockyhawk/commandpanels/api/Panel.class
Normal file
BIN
target/classes/me/rockyhawk/commandpanels/api/Panel.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user