WHAT'S NEW
- Fixed Yaml, Postgre and MongoDB
- Removed Hooks for now, i'm searching a bug causing plugin don't initialize.
- Removed Customizable command for now, i'm searching a bug causing the plugin don't initialize.
- Optimized Database Saving objects
![]()
WARNING! THIS UPDATE WILL BREAK YOUR CLANS IF YOU ARE ALREADY USING THE PLUGIN
New Features:
- Support for new storage methods: mongodb, postgre, mariadb, yaml and json
- Support for multi-server using Redis
- Clan base system (Optional)
- ScaredClans now uses Java 17
- Support for all minecraft new versions
- Optimized huge RAM and CPU usage
- Support for AxKoth
This version is in beta, I'm fixing issues, I'm working in a Clan Wars System and more customization
![]()
ScaredClans v0.7.0 Changelog
- Fix: leave and delete clan arguments
- Fix: PlaceholderExtension
- Feat: Mega Customizable Menu System
- Optimized code
![]()
Replaced SlimeLib with BukkitMeteor structure, so all the plugin has been recoded with BukkitMeteor
Added Support to 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21
Now ScaredClans is not using more "Clans" name, now uses "ScaredClans"
ScaredClansAPI updated to 0.4
Added more Command Permissions check the wiki
NOTE: I know that some plugins will not have support with this new version because the name change and the new api removes old methods but This change was applied to add support to more plugins without depending on third parties.
NOTE #2: If you are going to update keep in mind that maybe if you are using this pugin with other plugin it could be broken, please wait to that developer or talk with me to find a sollution
NOTE #3: If you are update please rename your plugin's folder to ScaredClans and remove the menus folder.
This is an experimental version, please send me all issues i will fix everything.
![]()
Added: Support for colors in name and tags, including a new permission to give this feature for all players
Added: MySQL Support (BETA)
Added: New option to ignore color codes length in the name and in the tag
Added: Two new placeholders to always show colors in tag and names.
Please: Add this new options to your settings.yml file:
YAML:settings: # Ignore color codes in name length, default: true ignore-color-codes-in-name-length: true # Permission for color codes in name or tag (disable it with '') name-tag-color-permission: "scaredclans.custom.color"
![]()
Please add these new paths if you was using another version of this plugin to these files, to add the new customizable options.
- Fix: wrong clan tags, names, ids in the clan ally accept command
- Added: Now allies limit is configurable and is not unlimited (but still can be unlimited depending on your configuration)
- Added: A new clan ally chat /clan (ally-chat,ac,allychat) (message)
- Added: A new API, join to our discord for more information
- Added: a Custom Placeholder for tags with brackets and empty when the player doesn't have a clan to prevent servers showing '[]' empty brackets when a player doesn't have clan.
Settings.yml new options should look like this:
![]()
New options:
YAML:# This will be the limit for allies in a clan # If you set it in 0 clan allies will be unlimited. ally-limit: 0 brackets-placeholder: start: "&6[" final: "&6]&f " no-clan: ""
command.yml should look like this:
![]()
New option:
YAML:limit-reached: "&fCan't create a ally with clan&7 %clan name% &8(&b%clan tag%&8)&f because this clan or your clan reached the limit for allies"
Messages.yml new option should look like this:
![]()
new options:
YAML:ally-chat: "%prefix%&6 Ally Clan Chat &8| &6[%tag%&6] &7%player%: &f%message%"
