GodType is a very simple Bukkit plugin to allow the console (or a player) to chat as a defined name.
A config.yml file will be created when the plugin is first run.
Defaults:
color: dark_red
name: GOD
bold: true
chatTypeColon: false
color:
choices are black, dark_blue, dark_green, dark_aqua, dark_red, dark_purple, gold, gray, dark_gray, blue, green, aqua, red, light_purple, yellow, white
name:
is the name that will be displayed in chat.
bold:
true or false. Defines whether or not the name will be in bold.
chatTypeColon:
true or false. false
: the name will be formatted in the vanilla server style:
true
: the message will be formatted in a style more like Hypixel:
For users:
- Download the most recent jarfile from releases: https://github.com/novemberlc/GodType/releases/
- Put the file in the plugins folder of your server
- Restart the server to generate the config
- Edit the config according to the Config section above, if you choose. The server needs to be restarted to apply the changes, as there is no reload command.
/gt <message>
to type using the plugin. The command can be used by users with permission, and by the console.
For developers:
- Clone, fork, or do whatever. Project files are included for Eclipse.