-
Notifications
You must be signed in to change notification settings - Fork 0
Config file
In the config file you can set some basic options.
Index:
- Language
- Wing Display
- Equip
- [Permissions]]()
Here you can set the language of the plugin. There are no translations currently, but you can create your own.
To do so, you need to create a Message_<language tag>.properties
file in the languages
folder. Look at this structure:
plugins
`- ImageWings
`- language
`- Messages.properties
`- Messages_en.properties
`- Messages_de.properties
Then you can enter language = "de"
or language = "en"
and it uses Messages_de.properties
or Messages_en.properties
respectively.
Here you can change some things about how wings display
This is the delay between wing updates. An update is when the wing is shown again, i.e. the particles are spawned.
You can input it in the following form:
time = <number><unit>
number = <0-9>[0-9]*
unit = <S|t|s|m|h|d>
result = time [time]*
This means the following times are valid (e.g.):
-
10t 1s
==> 10 ticks and one second -
5s
==> 5 seconds -
20t
==> 20 ticks (= one second)
If true, the wings will spawn even when the player moves. If false they will spawn once the player stands still for a small amount of time (the latter looks nicer :))
This relates to the /imageWings equip
command.
If this is true, the player will see icons for wings, even if he doesn't have the necessary permission.
This lets you change the various permissions the plugin utilizes.