configuration/Konfiguracja - config.yml


Podstawowy plik konfiguracyjny wygenerowany po pierwszym odpaleniu pluginu:

mysql:
    hostname: localhost
    port: '3306'
    database: minecraft
    user: minecraft
    password: qaz123
guildCost:
    items: 1;64,4;64
guildInv:
    max: 15
    maxUp: 20
guildBase:
    weigh: 100
    high: 0
msg:
    help: 'Pomoc:'
    create: '/guild create [TagGildii] - komenda tworzaca gildie'
    del: '/guild del - komenda usuwajaca gildie. Musisz byc jej administratorem.'
    list: '/guild list - komenda wyswietlajac liste gildii.'
    kick: '/guild kick [gracz] - komenda wyrzucajaca gracza z gildii. Musisz byc administratorem lub modem tej gildii.'
    inv: '/guild inv [gracz] - komenda zapraszajaca gracza do gildii. Musisz byc administratorem lub modem tej gildii.'
    join: '/guild join [gildia] - komenda pozwalajaca dolaczyc do gildii, od ktorej otrzymalismy zaproszenie.'
    leave: '/guild leave - komenda pozwalajaca opuscic gildie.'
    deinv: '/guild deinv [gracz] - komenda usuwajaca zaproszenie do gildii. Musisz byc administratorem lub modem tej gildii.'
    invs: '/guild invs - komenda wyswietlajaca zaproszonych graczy. Musisz byc administratorem lub modem tej gildii.'
    myinvs: '/guild myinvs - komenda wyswietlajaca zaproszenai do gildii.'
    desc: '/guild desc [opis] - komenda zmieniajaca opis gildii. Musisz byc administratorem tej gildii.'
    info: '/guild info [gildia] - pokazuje informacje o gildii.'
    admin: '/guild admin [gracz] - komenda przekazuje admina innemu graczowi. Musisz byc administratorem.'
    mod: '/guild mod [gracz] - komenda daje moda graczowi. Musisz byc administratorem tej gildii.'
    unmod: '/guild unmod [gracz] - komenda odbiera moda graczowi. Musisz byc administratorem tej gildii.'
    sethome: '/guild sethome - komenda zmienia spawn gildii. Musisz byc administratorem tej gildii.'
    home: '/guild home - komenda przenosi na spawn gildii.'
    base: '/guild base - tworzy teren gildii. UWAGA! Nalezy odpowiednio dobrac teren, tak aby nie kolidowal z terenem innej gildii!'

Konfiguracja

  • mysql
    • hostname - nazwa hosta, na którym znajduje się baza MySQL
    • port - port, na którym pracuje baza MySQL (domyślnie '3306')
    • database - nazwa bazy danych
    • user - nazwa użytkownika do bazy danych
    • password - hasło dla użytkownika bazy danych
  • guildCost
    • items - koszt gildii w itemach. Podajemy w formie: [id];[ilość],[id];[ilość]...
  • guildInv - zaproszenia do gildii
    • max - ilość graczy, jaką może zaprosić normalny gracz do swojej gildii
    • maxUp - ilość graczy, jaką może zaprosić gracz do swojej gildii, który posiada uprawnienia PSCGuilds.maxUpInv.
  • guildBase - konfiguracje dotyczące baz
    • weigh - szerokość bazy, np. 100x100 klocków. Szerokość jest liczona od środka(punktu, w którym stoi gracz) 50 klocków w każdą stronę.
    • high - wysokość bazy. Jeżeli jest równa 0, to baza jest nieskończona w górę i dół.
  • msg - konfiguracja komunikatów i opisów komend w pomocy: /guild help

Basic configuration file generated after the first run of the plugin :

mysql:
    hostname localhost
    Port: '3306'
    database: minecraft
    user: minecraft
    password: qaz123
guildCost:
    items: 1;64,4;64
guildInv:
    max: 15
    maxUp: 20
guildBase:
    weigh: 100
    High : 0
msg:
    help: ' Help'
    create: ' /guild create [ TagGildii ] - command creating guilds '
    del: ' /guild del - command removing guilds . You must be the administrator. '
    letter: ' /guild list - command by displaying a list of the guild. '
    kick: ' /guild kick [ player ] - command throwing out a player from the guild. You must be an administrator or a modem that guild. '
    inv: ' /guild inv [ player ] - command inviting the player to the guild. You must be an administrator or a modem that guild. '
    join: '/join guild [ guild ] - command allows them to join the guild , since we received the invitation. '
    leave: ' /guild leave - command allows them to leave the guild . '
    deinv: ' /guild deinv [ player ] - command by removing the invitation to the guild. You must be an administrator or a modem that guild. '
    invs: '  guild InvS - command displaying the invited players. You must be an administrator or a modem that guild. '
    myinvs: ' /guild myinvs - command displaying zaproszenai guild. '
    desc: ' /guild desc [description ] - command its changing description of the guild. You must be an administrator of the guild. '
    info: ' /guild info [ guild ] - shows information about the guild.'
    admin: ' /guild admin [ player ] - Admin command passes to another player . You must be an administrator. '
    mod: ' /guild mod [ player ] - command gives fashion player. You must be an administrator of the guild. '
    unmod: ' /guild unmod [ player ] - command receives fashion player. You must be an administrator of the guild. '
    sethome: ' / uild sethome - command changes the spawn guild . You must be an administrator of the guild. '
    home: ' /guild home - command moves to spawn guild.'
    base: ' /guild base - creates a terrain guild . NOTE ! Area should be appropriately chosen so as not to interfere with the territory of another guild ! '

Configuration

  • mysql
    • hostname - name of the host on which the MySQL
    • port - the port on which MySQL runs (default '3306 ' )
    • database - name of the database
    • user - name of the user to the database
    • password - password for the database user
  • guildcost
    • items - the cost of the guild in itemach . Provided in the form : [id ], [ amount ], [ id ], [ amount ] ...
  • guildinv - call for guild
    • max - number of players that can invite a normal player to your guild
    • maxUp - number of players that can invite a player to your guild , which has the authority PSCGuilds.maxUpInv .
  • guildbase - base configurations
    • weigh - width of the base, such as 100x100 tiles. The width is measured from the center ( the point where the player stands ) 50 blocks in each direction .
    • high - height of the base. If it is equal to 0, the base is endless up and down .
  • msg - configuration messages and command descriptions in the help : /guild help

Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes