Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
108 changes: 108 additions & 0 deletions plugin/bin/main/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
# # # # # # # # # # # # # # # # # # # # #
# EnderContainers configuration #
# Version: 2.3.0-dev #
# An enderchests plugin by Utarwyn #
# # # # # # # # # # # # # # # # # # # # #

# The locale of the plugin
locale: en

# A list of worlds in which the plugin will be automatically disabled
disabledWorlds: [ ]


# Enderchests configuration
enderchests:

# Max number of enderchests available
# Range: 1 to infinite
max: 27

# Number of enderchests available for all users without any permission
# Range: 1 to max
default: 1

# Use the vanilla enderchest as the first one. Otherwise, it will be managed by EnderContainers.
useVanillaEnderchest: true

# The mode in which the plugin will save enderchests
# Can be: logout, on-close or world-save
saveMode: 'logout'

# A list of item materials which are forbidden to store in chests
# Use Minecraft item IDs displayed ingame (shortcut: F3+H)
forbiddenMaterials: [ ]


# UI configuration
ui:

# What an enderchest item will look like in the main menu
enderchestItem:

# Default look of the item if no variant was found for chest state
name: '{{menus.chest_item_accessible_title}}'
type: 'LIME_STAINED_GLASS_PANE'
lore: [ ]

# A list of variants to condition the display of item according to chest state
# Check our wiki on GitHub to have a list of available conditions and variables
variants:
- condition: 'inaccessible'
name: '{{menus.chest_item_inaccessible_title}}'
type: 'BLACK_STAINED_GLASS_PANE'
lore: [ '{{menus.chest_locked}}' ]

- condition: 'filling = 100%'
type: 'RED_STAINED_GLASS_PANE'
lore: [ '{{menus.chest_full}}' ]

- condition: 'filling = 0%'
lore: [ '{{menus.chest_empty}}' ]

- condition: 'filling >= 90%'
type: 'RED_STAINED_GLASS_PANE'

- condition: 'filling >= 50%'
type: 'ORANGE_STAINED_GLASS_PANE'

# Number the item so that they follow enderchests number
numbering: false

# Show/Hide all inaccessible enderchests
onlyShowAccessible: false


# Mysql/MariaDB configuration, if needed
mysql:

# You can enable the MySQL module here
enabled: false

# Configuration of your MySQL database
host: 'localhost'
port: 3306
user: 'root'
password: ''
database: 'endercontainers'

# Change this section if you want to connect over SSL, by default its disabled.
# Check our wiki on GitHub to know how to configure it!
ssl:
enabled: false

# You can choose a prefix for all EnderContainers tables
tablePrefix: 'ec_'


# Miscellaneous configuration
others:

# Make the text above enderchests visible?
blockNametag: false

# Check automatically for update?
updateChecker: true

# Use a global sound when a player opens/closes an enderchest
globalSound: true
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.
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.
84 changes: 84 additions & 0 deletions plugin/bin/main/locales/en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# # # # # # # # # # # # # # # # # # # # # #
# EnderContainers english locale #
# Version: 2.3.0-dev #
# An enderchests plugin by Utarwyn #
# # # # # # # # # # # # # # # # # # # # # #

## ##
# Commands locale #
## ##
commands:

backups:
created: '&aBackup &b%backup%&a has been created.'
creation_starting: 'Starting backup creation in the background...'
exists: 'Backup &6%backup% &calready exists. Please choose another name.'
info: '&6%command% &7to have more info about a backup.'
loaded: '&aHooray! Backup &b%backup%&a has been loaded!'
loading_starting: 'Starting backup loading in the background...'
removed: '&aBackup &b%backup%&a has been removed with all its data.'
unknown: 'Backup &6%backup%&c not found.'
zero: '&cNo backup found. Create your first backup now!'

label_name: 'Name'
label_date: 'Creation date'
label_by: 'Created by'
label_loadcmd: '&8To apply this backup'
label_rmcmd: '&8To remove this backup'

config_reloaded: 'Configuration reloaded!'
update: '&6EnderContainers &cis not up-to-date! Latest version is &e%version%&c. Type &3ecp update &cin the console and follow instructions.'
no_update: 'Plugin is up-to-date! Your version is &e%version%&7.'


## ##
# Menus locale #
## ##
menus:

main_title: 'Enderchests of %player%'
chest_title: 'Enderchest %num% of %player%'

chest_item_accessible_title: '&aEnderchest %num% %counter%'
chest_item_inaccessible_title: '&cEnderchest %num%'

chest_empty: '&2This enderchest is empty!'
chest_full: '&cInventory full!'
chest_locked: '&8&o>> Enderchest locked!'

previous_page: '&c≪ Previous page'
next_page: '&cNext page ≫'


## ##
# Errors locale #
## ##
errors:

noperm_open_chest: 'You can''t open this EnderChest!'
noperm_console: 'You must be a player to do this!'
noperm_player: 'You don''t have the permission to do this!'
player_not_found: 'Player &6%playername% &cnot found.'
plugin_reload_error: 'Error when reloading configuration! Check server log for more info.'
plugin_world_disabled: 'Plugin is disabled in this world.'
cmd_invalid_parameter: 'Parameter &6%param% &cis not valid.'
cmd_wrong_argument_count: 'Wrong argument count. &6/ecp help &cto show the plugin''s help!'


## ##
# Dependencies locale #
## ##
dependencies:

# Factions plugin
access_denied_factions: 'You can''t use the enderchest in %faction%''s territory!'
# PlotSquared Plugin
access_denied_plotsq: 'You can''t use the enderchest in this plot!'


## ##
# Miscellaneous locale #
## ##
miscellaneous:

chest_nametag: '&6&l%enderchests%/%maxenderchests%&r&e enderchest%plural% available'
84 changes: 84 additions & 0 deletions plugin/bin/main/locales/fr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# # # # # # # # # # # # # # # # # # # # # #
# EnderContainers french locale #
# Version: 2.3.0-dev #
# An enderchests plugin by Utarwyn #
# # # # # # # # # # # # # # # # # # # # # #

## ##
# Commands locale #
## ##
commands:

backups:
created: '&aSauvegarde &b%backup%&a créée avec succès.'
creation_starting: 'Création de la sauvegarde en tâche de fond...'
exists: 'La sauvegarde &6%backup% &cexiste déjà. Choisissez un autre nom.'
info: '&6%command% &7pour avoir plus d''infos sur une sauvegarde.'
loaded: '&aSauvegarde &b%backup%&a chargée avec succès !'
loading_starting: 'Chargement de la sauvegarde en tâche de fond...'
removed: '&aLa sauvegarde &b%backup%&a a été correctement supprimée avec ses données.'
unknown: 'Sauvegarde &6%backup%&c non trouvée.'
zero: '&cAucune sauvegarde trouvée. Créez-en une première maintenant !'

label_name: 'Nom'
label_date: 'Date de création'
label_by: 'Créée par'
label_loadcmd: '&8Pour appliquer cette sauvegarde'
label_rmcmd: '&8Pour supprimer cette sauvegarde'

config_reloaded: 'Configuration rechargée avec succès !'
update: '&6EnderContainers &cn''est pas à jour ! Dernière version : &e%version%&c. Tapez &3ecp update &cdans la console et suivez les instructions.'
no_update: 'Le plugin est à jour ! Vous utilisez la version &e%version%&7.'


## ##
# Menus locale #
## ##
menus:

main_title: 'Enderchests de %player%'
chest_title: 'Enderchest %num% de %player%'

chest_item_accessible_title: '&aEnderchest %num% %counter%'
chest_item_inaccessible_title: '&cEnderchest %num%'

chest_empty: '&2Cet enderchest est vide !'
chest_full: '&cInventaire plein !'
chest_locked: '&8&o>> Enderchest verrouillé !'

previous_page: '&c≪ Page précédente'
next_page: '&cPage suivante ≫'


## ##
# Errors locale #
## ##
errors:

noperm_open_chest: 'Impossible d''ouvrir cet enderchest !'
noperm_console: 'Vous devez être un joueur pour faire ça !'
noperm_player: 'Vous n''avez pas la permission de faire ça !'
player_not_found: 'Joueur &6%playername% &cnon trouvé.'
plugin_reload_error: 'Erreur lors du rechargement de la configuration ! Vérifiez le log serveur pour plus d''infos.'
plugin_world_disabled: 'Le plugin est désactivé dans ce monde.'
cmd_invalid_parameter: 'Le paramètre &6%param% &cn''est pas valide.'
cmd_wrong_argument_count: 'Nombre de paramètres invalide. &6/ecp help &cpour afficher l''aide du plugin.'


## ##
# Dependencies locale #
## ##
dependencies:

# Factions plugin
access_denied_factions: 'Vous ne pouvez pas ouvrir cet enderchest dans le territoire de %faction% !'
# PlotSquared Plugin
access_denied_plotsq: 'Vous ne pouvez pas ouvrir cet enderchest dans ce plot !'


## ##
# Miscellaneous locale #
## ##
miscellaneous:

chest_nametag: '&6&l%enderchests%/%maxenderchests%&r&e enderchest%plural% disponible%plural%'
85 changes: 85 additions & 0 deletions plugin/bin/main/locales/zhCN.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
# # # # # # # # # # # # # # # # # # # # # # # #
# EnderContainers simplefied Chinese locale #
# Version: 2.3.0-dev #
# An enderchests plugin by Utarwyn #
# # # # # # # # # # # # # # # # # # # # # # # #

## ##
# Commands locale #
## ##
commands:

backups:
created: '&a成功创建备份 &b%backup%&a.'
creation_starting: '开始在后台创建备份...'
exists: '备份 &6%backup% &c已经存在, 请选择一个不同的名称.'
info: '&7使用 &6%command% &7来查询关于备份更多的信息.'
loaded: '&a恭喜! 成功加载备份 &b%backup%&a!'
loading_starting: '开始在后台加载备份...'
removed: '&a备份 &b%backup%&a 已被移除.'
unknown: '备份 &6%backup%&c 不存在.'
zero: '&c找不到任何备份. 立刻创建一个新备份!'

label_name: '名称'
label_date: '创建时间'
label_by: '创建者'
label_loadcmd: '&8加载这个备份'
label_rmcmd: '&8删除这个备份'

config_reloaded: '配置重载完成!'
update: '&6EnderContainers &c不是最新版的! 最新版本: &e%version%&c. 在后台输入 &3ecp update &c并根据提示进行更新.'
no_update: '插件已经是最新版本! 你的版本是 &e%version%&7.'


## ##
# Menus locale #
## ##
menus:

main_title: '玩家 %player% 的末影箱'
chest_title: '玩家 %player% 的第 %num% 个末影箱'
pane_title: '末影箱 %num% %counter%'

chest_item_accessible_title: '&a末影箱 %num% %counter%'
chest_item_inaccessible_title: '&c末影箱 %num%'

chest_empty: '&2这个末影箱是空的!'
chest_full: '&c这个末影箱满了!'
chest_locked: '&8&o>> 末影箱被锁上了!'

previous_page: '&c≪ 上一页'
next_page: '&c下一页 ≫'


## ##
# Errors locale #
## ##
errors:

noperm_open_chest: '你不能打开这个末影箱!'
noperm_console: '请勿在后台这样做!'
noperm_player: '你没有权限这样做!'
player_not_found: '玩家 &6%playername% &c不存在.'
plugin_reload_error: '重载配置时发生错误! 详细情况请查看后台日志.'
plugin_world_disabled: '在这个世界不能使用插件.'
cmd_invalid_parameter: '参数 &6%param% &c不合法.'
cmd_wrong_argument_count: '参数数量有误. 请使用 &6/ecp help &c来查阅如何使用插件!'


## ##
# Dependencies locale #
## ##
dependencies:

# Factions plugin
access_denied_factions: '你无法在 %faction% 的领地里使用末影箱!'
# PlotSquared Plugin
access_denied_plotsq: '你不能在这个地皮使用末影箱!'


## ##
# Miscellaneous locale #
## ##
miscellaneous:

chest_nametag: '&e末影箱数量: &6&l%enderchests%/%maxenderchests%&r&e'
Loading