Unfuck stuff up

This commit is contained in:
Luna 2023-06-14 15:43:07 -03:00
parent f89c6acdfb
commit 427eb38a7d
4 changed files with 5 additions and 10 deletions
config/plugins
FastAsyncWorldEdit
GSit/data
TotalFreedomMod
server.toml

View file

@ -24,9 +24,9 @@ limits:
max-polygonal-points:
default: -1
maximum: 20
max-radius: -1
max-radius: 30
max-super-pickaxe-size: 5
max-brush-radius: 100
max-brush-radius: 20
butcher-radius:
default: -1
maximum: -1

View file

@ -1,7 +1,2 @@
Database:
type: "mysql"
host: '${DATABASE_HOST}'
port: '${DATABASE_PORT}'
user: '${DATABASE_USER}'
password: '${DATABASE_PASS}'
database: '${DATABASE_NAME}'
type: "sqlite" # Don't care about the data here so it's stored in SQLite

View file

@ -190,7 +190,7 @@ social_links:
allow:
fire_place: true
fire_spread: false
fluid_spread: true
fluid_spread: false
lava_place: true
lava_damage: true
water_place: true

View file

@ -3,7 +3,7 @@ mc_version = "1.19.4"
[jar]
type = "url"
url = "https://ci.plex.us.org/job/Scissors/job/1.19.4/51/artifact/build/libs/scissors-1.19.4-51.jar"
url = "https://ci.plex.us.org/job/Scissors/job/1.19.4/53/artifact/build/libs/scissors-1.19.4-53.jar"
[variables]
SERVER_ADDRESS = "ipt.esixtwo.one"