Stránka 1 z 1

první registrace peníze

Napsal: 19 led 2014, 11:32
od ON2X
93.91.250.140:27650

Chci se zeptat, jak nastavím když se hráč poprvě zaregistruje na server aby měl na kontě 5000,-

Re: první registrace peníze

Napsal: 19 led 2014, 11:36
od vojtamaniak
Jaký máš plugin na peníze?

Re: první registrace peníze

Napsal: 19 led 2014, 11:38
od ON2X

Kód: Vybrat vše

MiConomi


! OPRAVA !

Re: první registrace peníze

Napsal: 19 led 2014, 11:39
od vojtamaniak
Dej sem config do CODE.

Re: první registrace peníze

Napsal: 19 led 2014, 13:37
od ON2X

Kód: Vybrat vše

 --------------- MiConomy Config ---------------
# main:
#     MoneyName | The name of your currency.
#     MoneyNamePlural | The name of your currency (plural version).
#     StartBalance | The amount of money players start with.
#     useMySQL | Store all MiConomy data on a MySQL database than locally.
#     useSQLite | Store all MiConomy data on a SQLite database than locally.
#     CheckForUpdate | Check dev.bukkit for an update.
# mysql:
#     Host | The URL to the MySQL DataBase.
#     Port | The Port of the MySQL DataBase.
#     Database | The database name.
#     Username | The database username.
#     Password | The database password.
# sqlite:
#     Database | The database location of the database file.
# worlds:
#     WorldName:
#         ChildWorlds | A list of all the worlds that should share the same data (accounts/banks) as this one.
#                       (WARNING: World names must be all lowercase)
#         EXAMPLE:
#             MainWorld:
#                 ChildWorlds:
#                 - nether
#                 - theend
#         This would make the nether and the end use the same data as the MainWorld.
main:
  MoneyName: coin
  MoneyNamePlural: coins
  StartBalance: 100
  useMySQL: false
  useSQLite: false
  CheckForUpdate: true
mysql:
  Host: URL
  Port: 3306
  Database: MyDatabase
  Username: Username
  Password: Password
sqlite:
  Database: MyDirectory/MyDatabase.db
worlds:
  world:
    ChildWorlds:
    - ''
  world_nether:
    ChildWorlds:
    - ''
  world_the_end:
    ChildWorlds:
    - ''


ještě otázka jakým příkazem vypnu chat??

Re: první registrace peníze

Napsal: 19 led 2014, 15:03
od vojtamaniak

Kód: Vybrat vše

  StartBalance: 100

nastav to na kolik chceš.

Re: první registrace peníze

Napsal: 19 led 2014, 15:03
od SamerLP

Kód: Vybrat vše

 StartBalance: 100
najdí v configu toto a daj na

Kód: Vybrat vše

StartBalance: 5000

a myslím že by to šlo vypnuť chat cez ClearChat... niečo také.
//EDIT: sorry tak kolega bol skôr :(