UseItem Config
This commit is contained in:
@@ -56,25 +56,25 @@ useItem:
|
||||
item:
|
||||
# material: Set here which material should be used as UseItem
|
||||
material: paper
|
||||
playerHead:
|
||||
# enable: This specifies whether a PlayerHead is to be used as a UseItem. If this is set to true, the 'material' option is ignored.
|
||||
enable: false
|
||||
base64:
|
||||
# enable: Set here if a Base64 PlayerHead should be used as UseItem
|
||||
enable: false
|
||||
# base64Value: Here you can set the Base64 Value.
|
||||
# You can find the Base64 Value for example on https://minecraft-heads.com.
|
||||
base64Value: ''
|
||||
# playerWhoHasOpenedTheGUI: Here you can set whether the player head should be used as a UseItem by the player
|
||||
playerWhoHasOpenedTheGUI: false
|
||||
# playerName: Here you can set a player name whose head should be used as UseItem
|
||||
playerName: ''
|
||||
# name: Set the DisplayName of the UseItem here
|
||||
name: '&6GUI UseItem'
|
||||
# lore: Set the lore of the UseItem here
|
||||
lore:
|
||||
- 'Lore line 1'
|
||||
- 'Lore line 2'
|
||||
playerHead:
|
||||
# enable: This specifies whether a PlayerHead is to be used as a UseItem. If this is set to true, the 'material' option is ignored.
|
||||
enable: false
|
||||
# playerWhoHasOpenedTheGUI: Here you can set whether the player head should be used as a UseItem by the player
|
||||
playerWhoHasOpenedTheGUI: false
|
||||
# playerName: Here you can set a player name whose head should be used as UseItem
|
||||
playerName: ''
|
||||
base64:
|
||||
# enable: Set here if a Base64 PlayerHead should be used as UseItem
|
||||
enable: false
|
||||
# base64Value: Here you can set the Base64 Value.
|
||||
# You can find the Base64 Value for example on https://minecraft-heads.com.
|
||||
base64Value: ''
|
||||
|
||||
join:
|
||||
# giveOnEveryJoin: Set here if the UseItem should be given at every server join
|
||||
|
Reference in New Issue
Block a user