Hi,
I have not sold any plugins on MCMarket in a while although I made this SQL staff notes plugin.
Features:
(Default messages are ugly! Luckily you can change them to your liking)
Commands:
Command : Description: Permission
/notes <player> [page] : View the notes of a player : znotes.viewnotes
/notes add <player> <note> : Add a note to a player: znotes.addnote
/notes remove <player> <noteID> : Remove a note from a player : znotes.removenote
/notes recent [page] : View the recently added notes of all players : znotes.recentnotes
Ownership proof:
This plugin is not exclusive and will be sold multiple times
Vouch Copies: One and only vouch copy given to 68734
Price: Message me
If you are interested in purchasing the plugin, please send me a direct message!
(Anyone who purchases this and makes a nice lang.yml, I would appreciate if you sent it to me and allowed me to use it as the default!)
I have not sold any plugins on MCMarket in a while although I made this SQL staff notes plugin.
Features:
- This plugin can be used on multiple servers and the notes on players will carry - Great for bungee networks! (Due to MySQL database)
- All messages configurable in the lang.yml
- Noob friendly
Code:
mysql:
host: 127.0.0.1
port: 3306
username: user
password: password
database: notes
server: HCF
Code:
DATE_FORMAT: "MM/dd/yyyy HH:mm:ss"
NO_PERMISSION: "&cSorry!, &7you currently don't have enough permissions to execute this command!"
NOTES_HELP:
- "&8&m-----------"
- "&c&lzNotes"
- "&8&m-----------"
- "&7» &c/notes add <name> <note>"
- "&7» &c/notes remove <name> <noteID>"
- "&7» &c/notes <name> [page]"
- "&7» &c/notes recent [page]"
PLAYER_NOT_FOUND: "&c%PLAYER% &7could not be found, check your entry and try again!"
INVALID_ARGS: "&7Usage: &c%ARGS%"
API_FAILED_SEARCH: "&7&7» &7The Mojang API failed to find &c%SEARCH%"
NOTES_ADD_SUCCESS: "&7» &7You have &asuccessfully &7added a note to &c%PLAYER% (%UUID) &7with the message, &c\"%MESSAGE%\""
NOTES_ADD_BROADCAST_STAFF: "&c%STAFF% &7has added a note to &c%PLAYER% (%UUID)"
NOTES_VIEW_HEADER: "&7Notes of &c%PLAYER%"
NOTES_VIEW_NOTES: "&c%ID% (%TIMESTAMP%)&7: &c%MESSAGE%"
NOTES_VIEW_FOOTER: "&7Page &c%PAGE%/%MAXPAGE%"
NOTES_VIEW_EMPTY: "&c%PLAYER% &7has no notes to view."
NOTES_VIEW_INVALID_PAGE: "&c%SEARCH% &7is an invalid page number."
NOTES_REMOVE_INVALID_ID: "&c%SEARCH% &7is an invalid note id."
NOTES_REMOVE_NULL_ID: "&c%PLAYER% &7does not have a note wit the id &c%ID%."
NOTES_REMOVE_SUCCESS: "&7You have &asuccessfully &7removed note &c%ID% &7from &c%PLAYER% (%UUID)"
NOTES_REMOVE_BROADCAST_STAFF: "&e%STAFF% has removed a note from %PLAYER% (%UUID%)"
NOTES_RECENT_INVALID_PAGE: "&c%SEARCH% &7is an invalid page number."
NOTES_RECENT_NO_NOTES: "&7There are currently zero notes in the database."
NOTES_RECENT_HEADER: "&7Recent notes:"
NOTES_RECENT_NOTES: "&c%ID% (%TIMESTAMP%)&7: &c(%PLAYER%) &7%MESSAGE% &c(%STAFF%)"
NOTES_RECENT_FOOTER: "&7Page &c%PAGE%/%MAXPAGE%"
Commands:
Command : Description: Permission
/notes <player> [page] : View the notes of a player : znotes.viewnotes
/notes add <player> <note> : Add a note to a player: znotes.addnote
/notes remove <player> <noteID> : Remove a note from a player : znotes.removenote
/notes recent [page] : View the recently added notes of all players : znotes.recentnotes
Ownership proof:
This plugin is not exclusive and will be sold multiple times
Vouch Copies: One and only vouch copy given to 68734
Price: Message me
If you are interested in purchasing the plugin, please send me a direct message!
(Anyone who purchases this and makes a nice lang.yml, I would appreciate if you sent it to me and allowed me to use it as the default!)
Last edited:

