
Knihu jsem mel, a ted mam jiny item....
Ty PB nemas, tak si knihu nechej jako vychozi...
Ps: Vsak neni problem se prijit podivat ke mne...(mam to na serveru: games) dela to tak spousta hracu ze se vzajemne chodi diat a inspirovat

Kód: Vybrat vše
# Chest Commands by Filoghost
# Tutorial: dev.bukkit.org/bukkit-plugins/chest-commands
# .
update-notifications: true
try-to-hide-attributes: true
default-item-name-color: '&f'
default-lore-color: '&7'
messages:
not-enough-money: '&cYou don''t have enough money (&e%price%&c) for this command.'
no-item-permission: '&cTo use this item you need the permission &e%permission%&c.'
no-required-item: '&cYou must have &e%amount%x %material% &c(ID: %id%, data value:
%datavalue%) for this.'
cost-bypassed: '&aYou have the permission &echestcommands.economy.bypass &aand you
didn''t pay for the command.'
no-inventory-space: '&cYou didn''t have enough space, items were dropped.'
Kód: Vybrat vše
# This is just an internal name, must not be the same of another.
first-item:
id: 352
# (REQUIRED) The ID of the material.
name: '&aTest item'
# (REQUIRED) The custom name of the item (with formatting codes).
data-value: 0
# This is optional. Can be used for colored wool, and other items
# with data values.
cooldown-seconds: 5
# This prevents command spam.
command: 'say Hello world'
# The command bound to this item. It will be executed when the item
# is right clicked.
# There are some prefixes that can give extra functionalities to
# commands:
#
# 'console: ' (execute the command as console)
# 'op: ' (execute the command as op)
# 'server: ' (for BungeeCord)
# 'tell: ' (sends a message to the player)
#
# You can use symbols and the placeholders %player% and %world%.
#
# Use multiple commands like this: 'command; command2; command3'
lore:
- 'Line 1'
- 'Line 2'
- '...'
# The lore of the item (with formatting codes and symbols support).
block-movement: false
# This prevents players from moving the item at all.
slot: 9
# If omitted, the item will be placed in the first empty slot.
# If set, the item will attempt to place in that hotbar's slot,
# and it will move any existing item that is in that slot,
# if there's enough space in the inventory.
permission: 'customjoinitems.test'
# The item required to obtain the item on join. If not set,
# everyone will get the item.
first-join-only: false
# (default = false)
# If true, the player will get the item only when they join
# the server the first time.
# NOTE: give-at-respawn will automatically be set to false,
# if this node is true.
give-at-respawn: true
# (default = true)
# If set to true, the player will receive the item when he dies
# and respawn.
allow-drop: false
# (default = false)
# Allows players to drop the item.
give-on-world-change: false
# (default = false)
# The plugin will eventually give the item to the players when they
# change world.
# Useful if you have Multiverse or similar plugins.
disabled-worlds: world_nether, world_the_end
# a list of disabled worlds separated by commas. If you don't want to
# disable an item in some worlds, remove this node or set it to ''.
Kód: Vybrat vše
# ---- + Custom Join Items + ----
#
# Website: dev.bukkit.org/bukkit-plugins/custom-join-items
#
# ---- + ------------------ + ----
update-notifications: true
clear-inventory-on-join: false
Kód: Vybrat vše
first-item:
name: '&aTest Item'
id: 345
slot: 9
lore:
- '&7This item is given on join to people with'
- '&7the permission &ecustomjoinitems.test&7 .'
- '&7They still need the standard permission'
- '&7to execute the command. A normal user'
- '&7shouldn''t be able to use &d/say&7. If'
- '&7you specify a slot (1-9), the item will'
- '&7be placed in that slot, moving an eventual'
- '&7existing item to the first empty slot.'
command: 'say This is just a test.'
cooldown-seconds: 5
permission: 'customjoinitems.test'
second-item:
name: '&cAnother Item'
id: 352
lore:
- '&7If you don''t set the permission, the item'
- '&7will be given to everyone. If you don''t'
- '&7specify a slot, the item will be in the'
- '&7first empty.'
command: 'me Hello, I''m new to this server!'
cooldown-seconds: 5
all-the-possible-nodes:
name: '&eConfig Item'
id: 339
slot: 1
data-value: 0
lore:
- '&7This item contains all the existing config nodes.'
- '&7Open items.yml to see it.'
command: 'console: tell %player% This is; console: tell %player% a test.'
permission: 'customjoinitems.admin'
cooldown-seconds: 5
give-at-respawn: true
first-join-only: false
allow-drop: false
block-movement: false
disabled-worlds: world_nether, world_the_end
give-on-world-change: true
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 16 hostů