🏰
FamilyNames
simple rpg nicknames (bukkit 1.13.2)
See the original request on the Bukkit Forums!
Screenshots
Commands & Permissions
Command | Permissions | Arguments | Description |
---|---|---|---|
/family set [player_name] [family_name] |
family.set |
player_name = name of a player currently logged into the server, family_name = string that represents the Family Name to use in chat (should already be composed of a first_name and surname before this point) |
Sets the Family Name of a player |
/family removep [player_name] |
family.removep |
player_name = name of a player |
Removes the Family Name for the player |
/family add [type] [value] |
family.add |
type = male_first_name , female_first_name , or surname ; name = name to add |
Adds a Family Name to the config |
/family remove [type] [value] |
family.remove |
type = male_first_name , female_first_name , or surname ; name = name to remove |
Removes a Family Name from the config |
NOTE: Operators and
family.all
users will be able to run all commands.
Helpful Links
- Bukkit Configuration API Reference
- Minecraft Formatting Color Codes & Minecraft Colored Text Generator
Authors
Julian Weiss
me@insanj.com
github.com/insanj
License
MIT License
Copyright (c) 2019 Julian Weiss
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.