I'm happy to announce that this plugin is now out of BETA version, the plugin is now fully stable. Please read the whole update description to understand how to use ONLY_OWNER items.
[+] Added option to show the items only to the owner of the profile only. (Requested by Super#3639)
[+] Added more configurable messages, all messages are configurable now, basically. (Requested by Alessandro | Tokyo#5802)
[+] If you run a command that the argument isn't exist on the plugin, it'll send you a help messages instead of blank message.
[+] New items example has been added to the default
custom-items.yml configuration.
Basically just put
ONLY_OWNER: true to the items, see the example below.
Code (YAML):
onlyOwnerItems:
material
: SIGN
amount
: 1
name
: '&6&lOnly Owner'
slot
: 53
glowing
: false
CustomModelData
: 0
ONLY_OWNER
: true
#Just add this line, that's it.
hide_attributes
: true
usePermission
: false
permission
: '
none'
lore
:
- '&7Only profile owners can see this item'
- ''
- '&6IP
:
&f%player_ip%'
- '&6UUID
:
&f%player_uuid%'
- '&6OP
:
&f%player_is_op%'
- ''
- '&aClick to bring it to chat'
left-click-commands
:
- '
[MESSAGE
] &6&l
%player_name%''s info!'
- '[MESSAGE] &6IP
:
&f%player_ip%'
- '[MESSAGE] &6UUID
:
&f%player_uuid%'
- '[MESSAGE] &6OP
:
&f%player_is_op%'
- '
[SOUND
] ENTITY_PLAYER_LEVELUP'
- '
[CLOSE
]'
right-click-commands
:
- '
[MESSAGE
] &6&l
%player_name%''s info!'
- '[MESSAGE] &6IP
:
&f%player_ip%'
- '[MESSAGE] &6UUID
:
&f%player_uuid%'
- '[MESSAGE] &6OP
:
&f%player_is_op%'
- '
[SOUND
] ENTITY_PLAYER_LEVELUP'
- '
[CLOSE
]'