Skip to content

Config file

I-Al-Istannen edited this page Dec 23, 2016 · 3 revisions

The config file

In the config file you can set some basic options.

Index:

  1. Language
  2. Wing Display
  3. Equip
  4. Permissions

### 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 = ` `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)

spawn_when_moving

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.

show_wings_without_permission

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.
Clone this wiki locally