When a player kills the Ender Dragon, that player will become the Dragonborn.
The Dragonborn can shout, "Fus Ro Dah!"
Well, anyone can shout it, but it only has any effect when the Dragonborn shouts it.
Note that "Fus Ro Dah" is not a game command.
If a player issues the command /FUS RO DAH or /FUSRODAH, absolutely nothing will happen.
A player must actually say it in chat to activate this Thu'um.
The first time the plugin runs, it will create
FredashaySpigotDragonborn.properties that contains this:
Code (Text):
#Thu Dec 24 13:07:43 EST 2020
DRAGONSTATE=SLAYER
Alternatively, you can specify the Dragonborn after you install the plugin:
Code (Text):
#Thu Dec 24 13:07:43 EST 2020
DRAGONSTATE=SLAYER
DRAGONBORN=PlayerName
Normally, there can be only one Dragonborn. But you can allow ALL players to shout, "Fus Ro Dah!" by specifying DRAGONSTATE=ALL:
Code (Text):
#Thu Dec 24 13:07:43 EST 2020
DRAGONSTATE=ALL
Valid values for DRAGONSTATE are ALL or SLAYER.
If you set DRAGONSTATE=SLAYER and leave DRAGONBORN out, then after a player kills the Ender Dragon, the plugin will make that player the Dragonborn.
There are other more elaborate Skyrim plugins than mine, but if you just want to add a little Skyrim fun to your world without turning your whole world into Tamriel, this plugin is for you.
To install this plugin, copy the plugin JAR file to your server's plugins folder.