mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-17 21:06:11 +00:00
Fixed bug with /onlinemode not showing correct mode when switching
This commit is contained in:
parent
2a396ca904
commit
8d6436d7aa
8
.classpath
Normal file
8
.classpath
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Jerom/Downloads/bukkit-1.3.1-R2.0.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Users/Jerom/Desktop/Jerom/Java/craftbukkit-1.3.2-R0.1.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
17
.project
Normal file
17
.project
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>TotalFreedomMod</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
11
.settings/org.eclipse.jdt.core.prefs
Normal file
11
.settings/org.eclipse.jdt.core.prefs
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
5
appinfo.properties
Normal file
5
appinfo.properties
Normal file
@ -0,0 +1,5 @@
|
||||
#Sat, 28 Jul 2012 15:17:23 -0400
|
||||
|
||||
program.VERSION=2.6.1
|
||||
program.BUILDNUM=95
|
||||
program.BUILDDATE=08/08/2012 07\:35 PM
|
64
bin/config.yml
Normal file
64
bin/config.yml
Normal file
@ -0,0 +1,64 @@
|
||||
# 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
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_cage.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_cage.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_cake.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_cake.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_csay.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_csay.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_deop.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_deop.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_doom.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_doom.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_ender.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_ender.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_expel.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_expel.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_fr.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_fr.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_gcmd.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_gcmd.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_glist.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_glist.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_gtfo.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_gtfo.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_halt.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_halt.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_list.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_list.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_mp.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_mp.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_mp44.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_mp44.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_op.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_op.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_opall.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_opall.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_opme.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_opme.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_ops.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_ops.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_orbit.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_orbit.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_qdeop.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_qdeop.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_qop.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_qop.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_radar.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_radar.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_rank.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_rank.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_rd.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_rd.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_say.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_say.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_smite.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_smite.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_stfu.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_stfu.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_stop.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_stop.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_uall.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/Command_uall.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/TFM_Command.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/Commands/TFM_Command.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_Heartbeat.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_Heartbeat.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_LandmineData.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_LandmineData.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_Log.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_Log.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_Messages.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_Messages.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_RadarData.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_RadarData.class
Normal file
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_RunSystemCommand.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_RunSystemCommand.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo$CageLayer.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo$CageLayer.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo.class
Normal file
BIN
bin/me/StevenLawson/TotalFreedomMod/TFM_UserInfo.class
Normal file
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user