global rule not working
This commit is contained in:
@@ -1,24 +0,0 @@
|
|||||||
#Maps entity names to IDs. Autogenerated.
|
|
||||||
|
|
||||||
alpha=0
|
|
||||||
atrax=1
|
|
||||||
block=2
|
|
||||||
flare=3
|
|
||||||
mace=4
|
|
||||||
mega=5
|
|
||||||
mindustry.entities.comp.BuildingComp=6
|
|
||||||
mindustry.entities.comp.BulletComp=7
|
|
||||||
mindustry.entities.comp.DecalComp=8
|
|
||||||
mindustry.entities.comp.EffectStateComp=9
|
|
||||||
mindustry.entities.comp.FireComp=10
|
|
||||||
mindustry.entities.comp.LaunchCoreComp=11
|
|
||||||
mindustry.entities.comp.PlayerComp=12
|
|
||||||
mindustry.entities.comp.PuddleComp=13
|
|
||||||
mindustry.type.Weather.WeatherStateComp=14
|
|
||||||
mindustry.world.blocks.campaign.LaunchPad.LaunchPayloadComp=15
|
|
||||||
mono=16
|
|
||||||
nova=17
|
|
||||||
poly=18
|
|
||||||
pulsar=19
|
|
||||||
risso=20
|
|
||||||
spiroct=21
|
|
||||||
@@ -61,7 +61,7 @@ public class ServerControl implements ApplicationListener{
|
|||||||
"bans", "",
|
"bans", "",
|
||||||
"admins", "",
|
"admins", "",
|
||||||
"shufflemode", "custom",
|
"shufflemode", "custom",
|
||||||
"globalrules", "{reactorExplosions: false, schematicAllowed: true}"
|
"globalrules", "{reactorExplosions: false}" //schematicAllowed: true} //is not working
|
||||||
);
|
);
|
||||||
|
|
||||||
Log.setLogger((level, text) -> {
|
Log.setLogger((level, text) -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user