Releases: Simplexity-Development/SimpleNicks
Releases · Simplexity-Development/SimpleNicks
v 2.0
What's Changed
- Fix Code by @RhythmicSys in #7
locale.yml
has been reformatted. You will need to redo any custom messages.
Command Changes:
- Admins can now save and delete other players' nicknames
- I assume this will mostly be used in GUIs but idk maybe admins will need it too lol
Permission Changes:
- changed
simplenick.usernamebypass
intosimplenick.bypass.username
- added
simplenick.bypass.length
- added
simplenick.bypass.regex
- added
simplenick.admin.save
- Allows admins to save a user's nickname for them- Command Usage:
/nick save <player>
- Command Usage:
- added
simplenick.admin.delete
- Allows admins to delete someone's saved username- Command Usage:
/nick delete <player> <nickname>
- Command Usage:
- added
simplenick.nick.save
- Allows a user to save their current name- Command Usage:
/nick save
- Command Usage:
- added
simplenick.nick.delete
- Allows a user to delete their own saved nickname- Command Usage:
/nick delete <nickname>
Full Changelog: 1.0.0...2.0
- Command Usage:
v1.0.0 - Update to 1.20.4, Fix Regex and Command Parser
Added
- Ability to consider double-quoted strings as a single argument in commands.
- To use a literal double-quote, escape it with
\"
. - To use an literal escape symbol, escape it with
\\
.
- To use a literal double-quote, escape it with
Fixes
- Config does not reload cause forgot to call reloadConfig() off of the plugin instance. Oops.
Dependencies
- Updated Paper API to 1.20.4
- Updated Placeholder API to 2.11.5
Full Changelog: 0.0.4-beta...1.0.0
0.0.4-beta
v0.0.4-beta
What's Changed
- Abstract saving loading by @Peashooter101 in #5
- Adds
FILE
type save handling (does not transfer over current PDC nicknames) config option - Adds
- Adds
/nick save
which will save your current nickname, and add it to the tabcompletion list when you do/nick set
- requires
simplenick.save
permission
- requires
- Adds
/nick delete <name>
which will delete a nickname from your saved nicknames- requires
simplenick.delete
permission
- requires
- Adds placeholder:
%simplenicks_mininick%
which will give the unparsed, minimessage formatted nickname
(example of mine):
⚠️ NoteYou will need to delete your config.yml and have the plugin regenerate it on startup. The default save type is now "file", and old nicknames will not be seen. If you want to switch back to PDC saving, change the save type and restart your server.
Full Changelog: 0.0.3-beta...0.0.4-beta
0.0.3-beta
Full Changelog: 0.0.2-beta...0.0.3-beta
- There is now a config, where you can set max nickname length, and configure the regex of allowed nickname characters
- A new format permission was added:
simplenick.nick.format.reset
for the<reset>
tag - The
simplenick.admin
permission has been expanded into 4 different permission options:simplenick.admin.reset
: reset other people's nicknamessimplenick.admin.restrictive
: set other people's nicknames, according to the other person's formatting permissionssimplenick.admin.basic
: set other people's nicknames, according to the admin's formatting permissionssimplenick.admin.full
: set other people's nicknames, regardless of any permissions (note, all minimessage tags will be parsed with this, including click event, hover, insert, etc)
- Fixed some spelling issues in the
plugin.yml
permissions list (some permissions were listed assimplenicks.
instead ofsimplenick.
v0.0.2-beta
Full Changelog: 0.0.1-beta...0.0.2-beta
- Fixes plugin.yml's declared permission on
/nick
to besimplenicks.nick.set
- Adds functionality to the tag permissions
/simplenicks help
now generates a help menu
0.0.1-Beta
First beta release, still some stuff to work on but functional