Now, to give/remove points with administrator commands (/rclan), it already detects the clan with the member's name.
The translation of actions has been added
Add this to menu.yml in the clan-members section
YAML:actions: view-info: "&7▸ &aLeft Click &7to view info" promote: "&7▸ &bRight Click &7to promote" demote: "&7▸ &eShift + Click &7to demote" kick: "&7▸ &cQ (Drop) &7to kick"
updated clan-members back-button
YAML:back-button: material: BARRIER data: 0 name: "&c&lBack" lore: - "&7Click to return"
Some translations for the added clan-upgrade
Add this to upgrades.yml
YAML:conditions-format: min-members: "&7Minimum members: &f%required%" min-points: "&7Minimum points: &f%required%" min-bank-balance: "&7Minimum bank balance: &f$%required%"
New command: /rclan resetpoints - Resets all clan points to 0
Add this to messages.yml in the rclan section
YAML:resetpoints: success: "&aPoints of &e%d &aclans have been reset to 0."
New feature to disable point gains in certain worlds
Add this to config.yml in the points section
YAML:disabled-worlds: - example_world
Fixed clan size
Fixed clan max name length
Add this part:
in messages.yml - commands/clan/create (place it below create)YAML:too-short: "&cThe name is too short." too-long: "&cThe name is too long."
Now, on the first page of the clan list, when you return, you will be back at /clan.
:white_check_mark: - Clan Upgrade has been implemented in the clan info menu
Add this part:
in menu.yml on the last lineYAML:clan-info-upgrade-button: slot: 32 material: EXP_BOTTLE name: "&6&lClan Upgrades" lore: - "" - "&7Upgrade your clan's level" - "&7to unlock new perks" - "" - "&e&l▸ Click to open" open-menu: "clan-upgrade"
