diff --git a/.classpath b/.classpath deleted file mode 100644 index 6f17d1d..0000000 --- a/.classpath +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/.project b/.project deleted file mode 100644 index a06b656..0000000 --- a/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - TotalFreedomMod - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 8000cd6..0000000 --- a/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,11 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.6 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.6 diff --git a/bin/config.yml b/bin/config.yml deleted file mode 100644 index f722141..0000000 --- a/bin/config.yml +++ /dev/null @@ -1,64 +0,0 @@ -# Total Freedom Mod v2.7 Configuration -# by Madgeek1450 - -# Block placement prevention: -allow_fire_place: false -allow_fire_spread: false -allow_lava_damage: false -allow_lava_place: false -allow_water_place: false -allow_fluid_spread: false - -# Explosion management: -allow_explosions: false -explosiveRadius: 4.0 - -#Automatically wipe dropped objects: -auto_wipe: true - -# Nuking prevention: -nuke_monitor: true -nuke_monitor_count_break: 100 -nuke_monitor_count_place: 25 -nuke_monitor_range: 10.0 -freecam_trigger_count: 10 - -# Show all attempted commands in the log, will result in duplicate log messages: -preprocess_log: true - -# Disable nighttime: -disable_night: true - -# Disable weather: -disable_weather: true - -# Enable misc. features: -landmines_enabled: false -mp44_enabled: false -tossmob_enabled: false - -# Moblimiter: -mob_limiter_enabled: true -# Max per world: -mob_limiter_max: 50 -mob_limiter_disable_dragon: true -mob_limiter_disable_ghast: true -mob_limiter_disable_slime: true -mob_limiter_disable_giant: true - -# Flatlands -generate_flatlands: true -# Flatlands generation parameters, uses CleanroomGenerator syntax - http://dev.bukkit.org/server-mods/cleanroomgenerator/ -flatlands_generation_params: 16,stone,32,dirt,1,grass - -# Admin-Only Mode -admin_only_mode: false - -# SuperAwesomeAdmins - Because normal superadmin just isn't awesome enough. These users can do even more awesomey admin shit. -super_awesome_admins: - - markbyron - - mark - - madgeek1450 - - madgeek - - darthsalamon - - darth diff --git a/bin/me/StevenLawson/TotalFreedomMod/CleanroomBlockPopulator.class b/bin/me/StevenLawson/TotalFreedomMod/CleanroomBlockPopulator.class deleted file mode 100644 index 4fee351..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/CleanroomBlockPopulator.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/CleanroomChunkGenerator.class b/bin/me/StevenLawson/TotalFreedomMod/CleanroomChunkGenerator.class deleted file mode 100644 index 3865af8..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/CleanroomChunkGenerator.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/CantFindPlayerException.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/CantFindPlayerException.class deleted file mode 100644 index 4385742..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/CantFindPlayerException.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_adminmode.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_adminmode.class deleted file mode 100644 index 8ba6eb4..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_adminmode.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_cage.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_cage.class deleted file mode 100644 index 55e9617..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_cage.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_cake.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_cake.class deleted file mode 100644 index 7fd9d1e..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_cake.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_clearall.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_clearall.class deleted file mode 100644 index 8ce9220..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_clearall.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_cmdlist.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_cmdlist.class deleted file mode 100644 index b1d99d3..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_cmdlist.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_creative.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_creative.class deleted file mode 100644 index 037b8a3..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_creative.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_csay.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_csay.class deleted file mode 100644 index 26e52fc..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_csay.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_deop.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_deop.class deleted file mode 100644 index f987cdd..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_deop.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_deopall.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_deopall.class deleted file mode 100644 index d828dab..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_deopall.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_doom$1.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_doom$1.class deleted file mode 100644 index 49e4344..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_doom$1.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_doom$2.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_doom$2.class deleted file mode 100644 index bbeb7f6..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_doom$2.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_doom.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_doom.class deleted file mode 100644 index 2fb3dfa..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_doom.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_enchant.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_enchant.class deleted file mode 100644 index 957bcec..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_enchant.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_ender.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_ender.class deleted file mode 100644 index 84ccf5c..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_ender.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_expel.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_expel.class deleted file mode 100644 index ff456d8..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_expel.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_explosives.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_explosives.class deleted file mode 100644 index 565e62f..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_explosives.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_fireplace.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_fireplace.class deleted file mode 100644 index 442c4a6..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_fireplace.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_firespread.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_firespread.class deleted file mode 100644 index 4fc6ef8..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_firespread.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_flatlands.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_flatlands.class deleted file mode 100644 index ab85f88..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_flatlands.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_fluidspread.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_fluidspread.class deleted file mode 100644 index 00732d6..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_fluidspread.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_fr.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_fr.class deleted file mode 100644 index cd424fe..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_fr.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_fuckoff.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_fuckoff.class deleted file mode 100644 index f7806fa..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_fuckoff.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_gadmin.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_gadmin.class deleted file mode 100644 index 348515f..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_gadmin.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_gcmd.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_gcmd.class deleted file mode 100644 index c582224..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_gcmd.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_glist.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_glist.class deleted file mode 100644 index 0e25a24..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_glist.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_gtfo.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_gtfo.class deleted file mode 100644 index 1103a60..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_gtfo.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_halt.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_halt.class deleted file mode 100644 index 8adb67f..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_halt.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_kicknoob.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_kicknoob.class deleted file mode 100644 index 2f3894b..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_kicknoob.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_landmine.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_landmine.class deleted file mode 100644 index 9493d15..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_landmine.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_lavadmg.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_lavadmg.class deleted file mode 100644 index 187f54f..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_lavadmg.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_lavaplace.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_lavaplace.class deleted file mode 100644 index c163e38..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_lavaplace.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_list.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_list.class deleted file mode 100644 index d2bad0e..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_list.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_lockup$1.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_lockup$1.class deleted file mode 100644 index 6e81a62..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_lockup$1.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_lockup.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_lockup.class deleted file mode 100644 index bcdf0a0..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_lockup.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_moblimiter.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_moblimiter.class deleted file mode 100644 index 6debcbd..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_moblimiter.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_mp.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_mp.class deleted file mode 100644 index 96298a6..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_mp.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_mp44.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_mp44.class deleted file mode 100644 index 2ce9c14..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_mp44.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_nether.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_nether.class deleted file mode 100644 index 7fa142c..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_nether.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_nonuke.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_nonuke.class deleted file mode 100644 index aeaa6db..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_nonuke.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_onlinemode.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_onlinemode.class deleted file mode 100644 index c8065ea..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_onlinemode.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_op.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_op.class deleted file mode 100644 index b778e1b..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_op.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_opall.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_opall.class deleted file mode 100644 index 3d34a41..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_opall.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_opme.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_opme.class deleted file mode 100644 index 3ab86fa..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_opme.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_ops.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_ops.class deleted file mode 100644 index 93e9cf1..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_ops.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_orbit.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_orbit.class deleted file mode 100644 index 313df0d..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_orbit.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_permban.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_permban.class deleted file mode 100644 index 8dc3901..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_permban.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_potion.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_potion.class deleted file mode 100644 index 0631d8d..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_potion.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_prelog.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_prelog.class deleted file mode 100644 index 684cded..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_prelog.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_qdeop.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_qdeop.class deleted file mode 100644 index a857182..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_qdeop.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_qop.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_qop.class deleted file mode 100644 index b00cdfc..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_qop.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_radar.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_radar.class deleted file mode 100644 index 7040670..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_radar.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_rank.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_rank.class deleted file mode 100644 index 0a48838..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_rank.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_rawsay.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_rawsay.class deleted file mode 100644 index cd3d132..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_rawsay.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_rd.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_rd.class deleted file mode 100644 index 88037c1..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_rd.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_saconfig.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_saconfig.class deleted file mode 100644 index 4e12d54..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_saconfig.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_say.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_say.class deleted file mode 100644 index 1da9bc9..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_say.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_setlevel.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_setlevel.class deleted file mode 100644 index e6950a0..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_setlevel.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_setspawnworld.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_setspawnworld.class deleted file mode 100644 index 11713e1..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_setspawnworld.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_smite.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_smite.class deleted file mode 100644 index 0f2644f..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_smite.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_status.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_status.class deleted file mode 100644 index 8fdd585..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_status.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_stfu.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_stfu.class deleted file mode 100644 index d28d87d..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_stfu.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_stop.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_stop.class deleted file mode 100644 index 8c96621..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_stop.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_survival.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_survival.class deleted file mode 100644 index 0b8f1b7..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_survival.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_tempban.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_tempban.class deleted file mode 100644 index c9a6722..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_tempban.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_terminal.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_terminal.class deleted file mode 100644 index 8e17bf1..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_terminal.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_tfbanlist.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_tfbanlist.class deleted file mode 100644 index 08bc6de..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_tfbanlist.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_tfipbanlist.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_tfipbanlist.class deleted file mode 100644 index 2d4cf0b..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_tfipbanlist.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_tossmob.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_tossmob.class deleted file mode 100644 index 9c6cfd1..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_tossmob.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_uall.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_uall.class deleted file mode 100644 index 47ad8a8..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_uall.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_waterplace.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_waterplace.class deleted file mode 100644 index c877b67..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_waterplace.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_whitelist.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_whitelist.class deleted file mode 100644 index 0bd3283..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_whitelist.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_wildcard.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_wildcard.class deleted file mode 100644 index 6b80126..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_wildcard.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_wipeflatlands$1.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_wipeflatlands$1.class deleted file mode 100644 index 14e6aab..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_wipeflatlands$1.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_wipeflatlands.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_wipeflatlands.class deleted file mode 100644 index a29c7a0..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_wipeflatlands.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_ziptool.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_ziptool.class deleted file mode 100644 index 5c1f653..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/Command_ziptool.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Commands/TFM_Command.class b/bin/me/StevenLawson/TotalFreedomMod/Commands/TFM_Command.class deleted file mode 100644 index 75fc6b2..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Commands/TFM_Command.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Listener/TFM_BlockListener.class b/bin/me/StevenLawson/TotalFreedomMod/Listener/TFM_BlockListener.class deleted file mode 100644 index acdf060..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Listener/TFM_BlockListener.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Listener/TFM_EntityListener.class b/bin/me/StevenLawson/TotalFreedomMod/Listener/TFM_EntityListener.class deleted file mode 100644 index 08b7bbf..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Listener/TFM_EntityListener.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Listener/TFM_PlayerListener$1.class b/bin/me/StevenLawson/TotalFreedomMod/Listener/TFM_PlayerListener$1.class deleted file mode 100644 index 7796f4e..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Listener/TFM_PlayerListener$1.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Listener/TFM_PlayerListener.class b/bin/me/StevenLawson/TotalFreedomMod/Listener/TFM_PlayerListener.class deleted file mode 100644 index e032a87..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Listener/TFM_PlayerListener.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/Listener/TFM_WeatherListener.class b/bin/me/StevenLawson/TotalFreedomMod/Listener/TFM_WeatherListener.class deleted file mode 100644 index 777ec85..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/Listener/TFM_WeatherListener.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/TFM_Heartbeat.class b/bin/me/StevenLawson/TotalFreedomMod/TFM_Heartbeat.class deleted file mode 100644 index 27780fc..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/TFM_Heartbeat.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/TFM_LandmineData.class b/bin/me/StevenLawson/TotalFreedomMod/TFM_LandmineData.class deleted file mode 100644 index 59327e0..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/TFM_LandmineData.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/TFM_Log.class b/bin/me/StevenLawson/TotalFreedomMod/TFM_Log.class deleted file mode 100644 index 1c62f42..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/TFM_Log.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/TFM_Messages.class b/bin/me/StevenLawson/TotalFreedomMod/TFM_Messages.class deleted file mode 100644 index b8356b3..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/TFM_Messages.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/TFM_RadarData.class b/bin/me/StevenLawson/TotalFreedomMod/TFM_RadarData.class deleted file mode 100644 index 284b689..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/TFM_RadarData.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/TFM_RunSystemCommand.class b/bin/me/StevenLawson/TotalFreedomMod/TFM_RunSystemCommand.class deleted file mode 100644 index 7e84da3..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/TFM_RunSystemCommand.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo$ArrowShooter.class b/bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo$ArrowShooter.class deleted file mode 100644 index 07d0be8..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo$ArrowShooter.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo$CageLayer.class b/bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo$CageLayer.class deleted file mode 100644 index fc72f5d..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo$CageLayer.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo$TFM_BlockData.class b/bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo$TFM_BlockData.class deleted file mode 100644 index dc8d0f9..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo$TFM_BlockData.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo.class b/bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo.class deleted file mode 100644 index 2b63f75..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/TFM_UserList$TFM_UserListEntry.class b/bin/me/StevenLawson/TotalFreedomMod/TFM_UserList$TFM_UserListEntry.class deleted file mode 100644 index cea1815..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/TFM_UserList$TFM_UserListEntry.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/TFM_UserList.class b/bin/me/StevenLawson/TotalFreedomMod/TFM_UserList.class deleted file mode 100644 index 5fe0e53..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/TFM_UserList.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/TFM_Util$EjectMethod.class b/bin/me/StevenLawson/TotalFreedomMod/TFM_Util$EjectMethod.class deleted file mode 100644 index 2d24e56..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/TFM_Util$EjectMethod.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/TFM_Util.class b/bin/me/StevenLawson/TotalFreedomMod/TFM_Util.class deleted file mode 100644 index f41296f..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/TFM_Util.class and /dev/null differ diff --git a/bin/me/StevenLawson/TotalFreedomMod/TotalFreedomMod.class b/bin/me/StevenLawson/TotalFreedomMod/TotalFreedomMod.class deleted file mode 100644 index df7a67f..0000000 Binary files a/bin/me/StevenLawson/TotalFreedomMod/TotalFreedomMod.class and /dev/null differ diff --git a/bin/permban.yml b/bin/permban.yml deleted file mode 100644 index c763eb1..0000000 --- a/bin/permban.yml +++ /dev/null @@ -1,9 +0,0 @@ -# -# Permanent Bans -# - -badplayer1: - - 123.123.123.123 - - 321.321.321.321 -badplayer2: - - 111.111.111.111 diff --git a/bin/plugin.yml b/bin/plugin.yml deleted file mode 100644 index 5d0e895..0000000 --- a/bin/plugin.yml +++ /dev/null @@ -1,221 +0,0 @@ -name: TotalFreedomMod -main: me.StevenLawson.TotalFreedomMod.TotalFreedomMod -version: 2.7 -description: Plugin for the Total Freedom server. -authors: [StevenLawson / Madgeek1450, JeromSar / DarthSalamon] -commands: - adminmode: - description: Console-only command - Close server to non-superadmins. - usage: / [on | off] - cage: - description: Superadmin command - Place a cage around someone. - usage: / [off | outermaterial] [water | lava] - cake: - description: Superadmin command - For the people that are still alive. - usage: / - clearall: - description: Superadmin command - Removes all entities, nicks and disguises - usage: / - cmdlist: - description: Show all commands for all server plugins. - usage: / - creative: - description: Quickly change your own gamemode to creative, or define someone's username to change theirs. - usage: / [partialname] - csay: - description: Telnet command - Send a chat message with chat formatting over telnet. - usage: / - deop: - description: Superadmin command - Deop a player - usage: / - deopall: - description: Superadmin command - Deop everyone on the server. - usage: / - doom: - description: Owner command - For the bad Superadmins. - usage: / - enchant: - description: Enchant items. - usage: / | remove > - expel: - description: Superadmin command - Push people away from you. - usage: / [radius] [strength] - explosives: - description: Superadmin command - Enable/disable explosives and set effect radius. - usage: / [radius] - fireplace: - description: Superadmin command - Enable/disable fire placement. - usage: / - firespread: - description: Superadmin command - Enable/disable fire spread. - usage: / - flatlands: - description: Goto the flatlands. - usage: / - fluidspread: - description: Superadmin command - Enable/disable fluid spread. - usage: / - fr: - description: Superadmin command - Freeze players (toggles on and off). - usage: / [target | purge] - fuckoff: - description: You'll never even see it coming. - usage: / - gadmin: - description: Superadmin command - Use admin commands on someone by hash. Use mode 'list' to get a player's hash. Other modes are kick, nameban, ipban, ban, op, deop, ci - usage: / [list | [ ] ] - gcmd: - description: Superadmin command - Send a command as someone else. - usage: / - glist: - description: Superadmin command - Ban/Unban any player, even those who are not logged in anymore. - usage: / > - gtfo: - description: Superadmin command - Makes someone GTFO (deop and ip ban by username). - usage: / - halt: - description: Superadmin command - Halts a player - usage: / < | all | purge | list> - kicknoob: - description: Superadmin command - Kick all non-superadmins on server. - usage: / - landmine: - description: Set a landmine trap. - usage: / - lavadmg: - description: Superadmin command - Enable/disable lava damage. - usage: / - lavaplace: - description: Superadmin command - Enable/disable lava placement. - usage: / - list: - description: Lists the real names of all online players. - usage: / - aliases: [who] - lockup: - description: Console command - Block target's minecraft input. This is evil, and I never should have wrote it. - usage: / on | off>> - moblimiter: - description: Owner command - Controll mob rezzing parameters. - usage: / |dragon|giant|ghast|slime> - mp: - description: Purge all mobs in all worlds. - usage: / - mp44: - description: Superadmin Command - Modern weaponry, FTW. Use 'draw' to start firing, 'sling' to stop firing. - usage: / - nether: - description: Goto the nether. - usage: / - nonuke: - description: Superadmin command - Attempt to detect "invisible griefers" and "nukers". - usage: / [range] [blockrate] - onlinemode: - description: Console command - Switch server online-mode on and off. - usage: / - op: - description: Makes a player operator - usage: / - opall: - description: Superadmin command - Op everyone on the server, optionally change everyone's gamemode at the same time. - usage: / [-c | -s] - ops: - description: Superadmin command - Manage operators - usage: / [count | list | purge] - opme: - description: Superadmin command - Automatically ops user. - usage: / - orbit: - description: Superadmin command - POW!!! Right in the kisser! One of these days Alice, straight to the Moon! - usage: / [power] - permban: - description: Manage permanently banned players and IPs - usage: / - potion: - description: Manipulate potion effects. Duration is measured in server ticks (~20 ticks per second). - usage: / [target_name]> - prelog: - description: Superadmin command - Enable/disable the command prelogger. When this is on, logs will be filled with many duplicate messages. - usage: / - qdeop: - description: Quick De-Op - deop someone based on a partial name. - usage: / - qop: - description: Quick Op - op someone based on a partial name. - usage: / - radar: - description: Shows nearby people sorted by distance. - usage: / [range] - rank: - description: Shows your rank. - usage: / - rawsay: - description: Owner Command - Broadcasts the given message with no extra formatting. - usage: / - rd: - description: Remove all projectiles, dropped items, experience orbs, primed explosives, and minecarts. Minecarts are optional, based on if "carts" is included after the command. - usage: / - saconfig: - description: Owner command - Manage superadmins. - usage: / > - say: - description: Broadcasts the given message as the console, includes sender name. - usage: / - setlevel: - description: Sets your expierence level. - usage: / [level] - setspawnworld: - description: Superadmin Command - Set world spawnpoint. - usage: / - smite: - description: Superadmin Command - Someone being a little bitch? Smite them down... - usage: / [playername] - ender: - description: Goto the ender / "The End". - usage: / - status: - description: Show misc. server info. - usage: / - stfu: - description: Superadmin Command - Mutes a player with brute force. - usage: / [ | list | purge | all] - aliases: [mute] - stop: - description: Superadmin command - Kicks everyone and stops the server. - usage: / - survival: - description: Quickly change your own gamemode to survival, or define someone's username to change theirs. - usage: / [partialname] - tempban: - description: Superadmin Command - Temporarily ban someone. - usage: / [playername] [duration] [reason] - terminal: - description: Execute a system command. - usage: / - tfbanlist: - description: Shows all banned player names. Superadmins may optionally use 'purge' to clear the list. - usage: / [purge] - tfipbanlist: - description: Shows all banned IPs. Superadmins may optionally use 'purge' to clear the list. - usage: / [purge] - tossmob: - description: Throw a mob in the direction you are facing when you left click with a stick. - usage: / - uall: - description: Superadmin command - Undisguises all players - usage: / - waterplace: - description: Superadmin command - Enable/disable water placement. - usage: / - whitelist: - description: Superadmin command - Manage the whitelist. - usage: / | remove | addall | purge> - wildcard: - description: Superadmin command - Run any command on all users, username placeholder = ?. - usage: / [fluff] ? [fluff] ? -# wipeflatlands: - Currently broken. -# description: Owner command - Wipe the flatlands map. -# usage: / - ziptool: - description: Owner command - Zip and unzip files. - usage: / > | > diff --git a/bin/superadmin.yml b/bin/superadmin.yml deleted file mode 100644 index c730355..0000000 --- a/bin/superadmin.yml +++ /dev/null @@ -1,9 +0,0 @@ -madgeek1450: - - 127.0.0.1 - - 8.8.8.8 -markbyron: - - 74.125.224.72 - - 8.8.4.4 -darthsalamon: - - 80.60.73.144 - - 213.211.159.63