ChangeSkinX

ChangeSkinX

446k Downloads

Question: default-skin

Vizis opened this issue ยท 4 comments

commented

How i should setup this to everybody gets default skin i set?
this is corret uuid: 45cdd7ef84ed401bbc2d60537698ec89
when i jsut set there "default-skins: [45cdd7ef84ed401bbc2d60537698ec89]" it was wrong and plugin was disabled on startup.
~ < comment sign cause hash is bad here
~default-skins:
~ - 0aaa2c13-922a-411b-b655-9b8c08404695
~ - 069a79f4-44e9-4726-a5be-fca90e38aaf5
~
~ If this list is empty no skin will be selected
default-skins: []

commented

Default skins should have this format

# Lists are created like this:
#default-skins:
# - 0aaa2c13-922a-411b-b655-9b8c08404695
# - 069a79f4-44e9-4726-a5be-fca90e38aaf5
#
# If this list is empty no skin will be selected
default-skins: []

To give a more concrete example:

default-skins:
    - 0aaa2c13-922a-411b-b655-9b8c08404695 #My UUID
    - 069a79f4-44e9-4726-a5be-fca90e38aaf5 #Notch
commented

Is it possible to make such a setting, be used skins from the database?

default-skins:
- 12

commented

@ziceptor If you really want it, it'd be better to post it as a new issue, not as a comment to an existing one.

commented

Will leave it to the discretion and desire of the developer.