Advertisement
Guest User

config.yml

a guest
Oct 13th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.58 KB | None | 0 0
  1. spawn: ConfigObject/;=;/br.com.devsrsouza.gLib.Objects.Localizacao/;=;/x=0.0[;]y=64.0[;]z=0.0[;]yaw=0.0[;]pitch=0.0[;]world=world
  2. othersMsgs:
  3.   onlyInGame:
  4.  - '&cSomente em jogo voce pode usar este comando.'
  5.   playerOffline:
  6.  - '&cEste jogador nao esta online no momento!'
  7.   noPermissionCmd:
  8.  - '&cVoce nao tem permissao para usar este comando!'
  9. modules:
  10.   tpa:
  11.     enable: true
  12.   warp:
  13.     enable: true
  14.   home:
  15.     enable: true
  16.     mysql:
  17.       enable: false
  18.       host: localhost
  19.       port: '3306'
  20.       user: root
  21.       password: '12345'
  22.       database: serverdb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement