MineCICD added "plugins"
This commit is contained in:
11
plugins/OpenInv/config.yml
Normal file
11
plugins/OpenInv/config.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
config-version: 8
|
||||
settings:
|
||||
equal-access: view
|
||||
command:
|
||||
open:
|
||||
no-args-opens-self: false
|
||||
searchcontainer:
|
||||
max-radius: 10
|
||||
disable-offline-access: false
|
||||
disable-saving: false
|
||||
console-locale: 'en'
|
31
plugins/OpenInv/locale/en.yml
Normal file
31
plugins/OpenInv/locale/en.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
messages:
|
||||
error:
|
||||
consoleUnsupported: You cannot use this command from console.
|
||||
lootNotGenerated: '&cLoot not generated! Please disable &b/silentcontainer&c.'
|
||||
invalidMaterial: '&cInvalid material: "%target%"'
|
||||
invalidNumber: '&cInvalid number: "%target%"'
|
||||
invalidPlayer: '&cPlayer not found!'
|
||||
permissionOpenSelf: '&cYou''re not allowed to open your own inventory.'
|
||||
permissionOpenOther: '&cYou''re not allowed to access others'' inventories.'
|
||||
permissionExempt: '&c%target%''s inventory is protected.'
|
||||
permissionCrossWorld: '&c%target% is not in your world.'
|
||||
permissionPlayerOnline: '&cYou''re not allowed to open inventories of online players.'
|
||||
permissionPlayerOffline: '&cYou''re not allowed to open inventories of offline
|
||||
players.'
|
||||
commandException: '&cAn error occurred. Please check console for details.'
|
||||
info:
|
||||
containerBlocked: You are opening a blocked container.
|
||||
containerBlockedSilent: You are opening a blocked container silently.
|
||||
containerSilent: You are opening a container silently.
|
||||
settingState: '%setting%: %state%'
|
||||
player:
|
||||
noMatches: No players found with %target%.
|
||||
matches: 'Players holding %target%: %detail%'
|
||||
container:
|
||||
noMatches: No containers found with %target%.
|
||||
matches: 'Containers holding %target%: %detail%'
|
||||
'on': 'on'
|
||||
'off': 'off'
|
||||
container:
|
||||
player: '%player%''s Inventory'
|
||||
enderchest: '%player%''s Ender Chest'
|
Reference in New Issue
Block a user