0.4.9
remade attribute system, made everything work
This commit is contained in:
parent
df35233794
commit
ce3c1d547c
69 changed files with 1109 additions and 1052 deletions
|
@ -1,14 +1,14 @@
|
|||
version: "${version}"
|
||||
motd: "YAY, Super server!"
|
||||
motd-reload: "Server reloading!"
|
||||
version: "${version}"
|
||||
motd: "YAY, Super server!"
|
||||
motd-reload: "Server reloading!"
|
||||
|
||||
storage: "MONGODB" #switch between "MONGODB", "MYSQL"(not implemented), "YML"(currzently making it)
|
||||
#if MYSQL
|
||||
username: "Your-username-here"
|
||||
password: "Your-password-here"
|
||||
url: "url-to-the-server/db_Name"
|
||||
storage: "MONGODB" # switch between "MONGODB", "MYSQL"(not implemented), "YML"(currently making it)
|
||||
# if MYSQL or MongoDB
|
||||
username: "no_usr" # if mysql if you are on mongodb, add username in the url
|
||||
password: "no_pass" # if mysql if you are on mongodb, add password in the url
|
||||
url: "mongodb://localhost:27017"
|
||||
|
||||
useResourcePack: true
|
||||
resource_pack_url: "https://mc-packs.net/" # recommend to use https://mc-packs.net/ => free ressource pack hoster (will eventualy developp one myself but not atm)
|
||||
resource_pack_sha1: "sha1hallo" # sha1 hash
|
||||
debug: true
|
||||
useResourcePack: false
|
||||
resource_pack_url: "https://mc-packs.net/" # recommend to use https://mc-packs.net/ => free resource pack hoster (will eventually develop one myself but not atm)
|
||||
resource_pack_sha1: "sha1hallo" # sha1 hash
|
||||
debug: true
|
Loading…
Add table
Add a link
Reference in a new issue