-
Notifications
You must be signed in to change notification settings - Fork 0
Config file
I-Al-Istannen edited this page Dec 23, 2016
·
3 revisions
In the config file you can set some basic options.
Index:
### Language 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_.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.
### Wing Display Here you can change some things about how wings display
#### `wing_display_delay` 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 = <0-9>[0-9]*` `unit =
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 :))
### Equip 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.
### Permissions This lets you change the various permissions the plugin utilizes.