TotalFreedomMod
TotalFreedomMod copied to clipboard
A server modification for the TotalFreedom server
You can bypass the 5 minute te.pban if you reconnect fast enough after being banned.
When my brother does an admin command, I am unadmined. When I do an admin command, my brother is unadmined.
Everytime i type //set 1 it says this [InGame] Missing value for [Console] ``` java.lang.NoSuchMethodError: com.google.common.base.Objects.firstNonNull(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; at com.sk89q.worldedit.function.factory.Apply.createFromContext(Apply.java:51) ~[TF-WorldEdit-6.1.1.jar:?] at com.sk89q.worldedit.function.factory.Apply.createFromContext(Apply.java:33) ~[TF-WorldEdit-6.1.1.jar:?] at com.sk89q.worldedit.command.composition.SelectionCommand.call(SelectionCommand.java:83) ~[TF-WorldEdit-6.1.1.jar:?] at com.sk89q.worldedit.command.composition.SelectionCommand.call(SelectionCommand.java:46) ~[TF-WorldEdit-6.1.1.jar:?] at com.sk89q.worldedit.util.command.composition.LegacyCommandAdapter.call(LegacyCommandAdapter.java:52)...
Adds the ability to verify via discord account. This code is has been fully tested by me to the fullest extent possible. Note: The Travis build failed due to the...
If you do /up 1 in a protect area work that so can you close spawn
Java 8 will be going EOL for personal use very shortly and Java 11 is the next supported version that is not already EOL or will be EOL shortly. We...
"I figured out how to merge the git properties into the build properties. You can see how I've done it here: pom.xml: https://github.com/Telesphoreo/TotalFreedomMod/blob/1.13/pom.xml TotalFreedomMod.java: https://github.com/Telesphoreo/TotalFreedomMod/blob/1.13/src/main/java/me/totalfreedom/totalfreedommod/TotalFreedomMod.java"
While going through the code I noticed that /tag was missing the argument [list]. Was this on purpose or was it a mistake? `@CommandParameters(description = "Sets yourself a prefix", usage...