This mod simply adds in some command features of 1.8+ minecraft into 1.7.10.
Things like entity selectors, the worldborder, and 1.9-style command blocks (no tab-autocomplete though, sorry), as well as several commands such as /clone and /fill, are added.
Any vanilla command that is replaced by a 1.12 version can still be used by prefixing it with 'vanilla_' for compatibility reasons (I did not update the usage though, they will still say '/tp [player] [x y z]' and such)
Hello I need help.
I have installed mod on both sides (server and client). On singleplayer world everething works fine but on server im getting crash when i place commandblocks and open commandblock menu.
(crash report in spoiler)
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 10/16/20 5:36 PM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
at futurecommands.block.BlockCommandBlock.func_149727_a(BlockCommandBlock.java:212)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:465)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:857)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1013)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:431)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:831)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:683)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
... 12 more
Caused by: java.lang.RuntimeException: Attempted to load class bjf for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 14 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
Is there any way you could provide a list of all the commands added in this mod? I would love to use it but I'm not sure how to use it or what commands it adds. Any documentation would be amazing! The site you have linked as hosting this mod doesn't work so I just figured it would be good to ask. The image linked on this post is also long gone. I'd just like to know what all this mod adds if possible =) thank you!!
EDIT: also, wayback machine (archive.org) won't work for the metroidcubed.enjin.com site. I can't find the information anywhere sadly.
Future Commands
1.12 commands in 1.7.10
This mod simply adds in some command features of 1.8+ minecraft into 1.7.10.
Things like entity selectors, the worldborder, and 1.9-style command blocks (no tab-autocomplete though, sorry), as well as several commands such as /clone and /fill, are added.
Any vanilla command that is replaced by a 1.12 version can still be used by prefixing it with 'vanilla_' for compatibility reasons (I did not update the usage though, they will still say '/tp [player] [x y z]' and such)
Download: https://www.dropbox.com/s/bubcjww26ntjne8/[1.7.10] Future Commands 1.3.jar?dl=0
changelog:
V1.3
fixed class loading of net.minecraft.entity.EntityPlayer before ASM transformers are applied, breaking some coremods.
V1.2
fixed lang file not loading
fixed worldborder set to 0 on new worlds
fixed items not usable when worldborder doesn't include 0,0
added barrier blocks
V1.1
thought I fixed something but didn't
V1.0
initial releas
mandatory screenshot:
Creator of Metroid Cubed 3, a Metroid-themed mod! Become a donator today!
Hi,
I am trying this mod but I can not replace lava flows with lava. An idea?
Thank you for your help
Are you trying to replace flowing lava blocks with lava source blocks? And what is the game telling you?
Creator of Metroid Cubed 3, a Metroid-themed mod! Become a donator today!
Yes, I'm try to replace flowing lava by lava source.
For my exemple:
Test 1
In command block
/fill 95 78 -40 93 78 -37 minecraft:cobblestone 4 replace minecraft:lava
In dialog box
Nothing
Test 2
In command block
/fill 95 78 -40 93 78 -37 minecraft:lava 10 replace minecraft:flowing_lava
In dialog box
Nothing
Test 3
In command block
/fill 95 78 -40 93 78 -37 minecraft:lava 10
In dialog box
@12 blocks filled
Note: The command fills the flowing_lava area that disappears
in Minecraft 1.7.10, flowing lava is usually actually just minecraft:lava with a metadata other than 0.
here's an example:
Creator of Metroid Cubed 3, a Metroid-themed mod! Become a donator today!
Hello I need help.
I have installed mod on both sides (server and client). On singleplayer world everething works fine but on server im getting crash when i place commandblocks and open commandblock menu.
(crash report in spoiler)
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 10/16/20 5:36 PM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: net/minecraft/client/multiplayer/WorldClient
at futurecommands.block.BlockCommandBlock.func_149727_a(BlockCommandBlock.java:212)
at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:465)
at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:857)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:245)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1013)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:431)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:831)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:683)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.multiplayer.WorldClient
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
... 12 more
Caused by: java.lang.RuntimeException: Attempted to load class bjf for invalid side SERVER
at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
... 14 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.7.10
Thermos Version: ca.tcpr:Thermos:1.7.10-1614.54
Plugins: CoreProtect, WorldEdit, TrainAnnouncer, , Essentials, ClearLag, ILS, Multiverse-Core, WorldGuard, VoxelSniper, PermissionsEx, PexTabCompleter, HeadsPluginAPI, Vault, Sped, MyCommand, EssentialsSpawn, MyWarp, EnderCore, BKCommonLib, Herochat, SignLink, QuickShop, MCJukebox, HeadsInventory, DiscordSRV, VanishNoPacket, TimeIsMoney, Taxes
Disabled Plugins: Skript, , , , , , , , , , , , , , , , , , , , , , , , ,
Operating System: Linux (amd64) version 4.15.0-55-generic
Java Version: 1.8.0_251, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 653710896 bytes (623 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 12 total; -Xmx2048M -Xms512M -XX:+UseG1GC -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:MetaspaceSize=1024m -XX:MaxMetaspaceSize=2048m -XX:+AggressiveOpts -XX:MaxGCPauseMillis=10 -XX:+UseStringDeduplication -XX:hashCode=5 -Xss2M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 6, tcache: 0, allocated: 9, tallocated: 61
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 79 mods loaded, 79 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (Thermos-1.7.10-1614-54-server.jar)
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (Thermos-1.7.10-1614-54-server.jar)
UCHIJAAAA kimagine{0.2} [KImagine] (minecraft.jar)
UCHIJAAAA CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
UCHIJAAAA NotEnoughItems{2.0.1-GTNH} [Not Enough Items] (NotEnoughItems-1.7.10-2.0.1-GTNH-universal.jar)
UCHIJAAAA OpenModsCore{0.10.1} [OpenModsCore] (minecraft.jar)
UCHIJAAAA {000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA futurecommands{1.3} [Future Commands] ([1.7.10] Future Commands 1.3.jar)
UCHIJAAAA securitycraft{v1.8.12} [SecurityCraft] ([1.7.10]+SecurityCraft+v1.8.12.jar)
UCHIJAAAA bspkrsCore{6.15} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.15.jar)
UCHIJAAAA Treecapitator{1.7.10} [Treecapitator] ([1.7.10]Treecapitator-universal-2.0.4.jar)
UCHIJAAAA ArchitectureCraft{1.7.2} [ArchitectureCraft] (ArchitectureCraft-1.7.2-mc1.7.10.jar)
UCHIJAAAA armourersWorkshop{1.7.10-0.48.5} [Armourer's Workshop] (Armourers-Workshop-1.7.10-0.48.5.jar)
UCHIJAAAA BiblioCraft{1.11.7} [BiblioCraft] (BiblioCraft[v1.11.7][MC1.7.10].jar)
UCHIJAAAA CoFHCore{1.7.10R3.1.4} [CoFH Core] (CoFHCore-[1.7.10]3.1.4-329.jar)
UCHIJAAAA ThermalFoundation{1.7.10R1.2.6} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.6-118.jar)
UCHIJAAAA ThermalExpansion{1.7.10R4.1.5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.1.5-248.jar)
UCHIJAAAA BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
UCHIJAAAA Railcraft{9.12.2.0} [Railcraft] (Railcraft_1.7.10-9.12.2.0.jar)
UCHIJAAAA ForgeMultipart{1.2.0.345} [Forge Multipart] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
UCHIJAAAA CarpentersBlocks{3.3.8.2} [Carpenter's Blocks] (Carpenter's+Blocks+v3.3.8.2+-+MC+1.7.10.jar)
UCHIJAAAA ComputerCraft{1.75} [ComputerCraft] (ComputerCraft1.75.jar)
UCHIJAAAA creativecore{1.3.14} [CreativeCore] (CreativeCore+v1.3.24+mc1.7.10.jar)
UCHIJAAAA customitems{1.0.9b} [Meta Mod: Custom Items] (customitems-1.0.9_beta_1.7.10.jar)
UCHIJAAAA customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d(29oct17).jar)
UCHIJAAAA PTRModelLib{1.0.0} [PTRModelLib] (Decocraft-2.4.2_1.7.10.jar)
UCHIJAAAA props{2.4.2} [Decocraft] (Decocraft-2.4.2_1.7.10.jar)
UCHIJAAAA SlimevoidLib{2.0.4.7} [Slimevoid Library] (SlimeVoid-Library-1.7.10.jar)
UCHIJAAAA DynamicTransport{0.1.2.0} [Dynamic Transport] (DynamicTransport-0.1.2.0.jar)
UCHIJAAAA Dynmap{2.6-beta-1-2035} [Dynmap] (Dynmap-2.6-beta-1-forge-1.7.10.jar)
UCHIJAAAA flansmod{1.39} [Flan's Mod Ultimate] (flansmod-1.39 Ultimate Stability Edition.jar)
UCHIJAAAA flenixcities{0.16.1} [FlenixCities] (FlenixCitiesCore_[1.7.10]-0.16.1-b122.jar)
UCHIJAAAA flenixroads{0.10.0} [FlenixRoads] (FlenixRoads_[1.7.10]-0.10.0-b40.jar)
UCHIJAAAA germansignsatrails{1.7.10-1.0.0} [Germans Signals at Rails] (germanssignalsatrails-1.7.10-1.0.5.jar)
UCHIJAAAA ImmersiveEngineering{0.7.7} [Immersive Engineering] (ImmersiveEngineering-0.7.7.jar)
UCHIJAAAA journeymap{5.1.4p2} [JourneyMap] (journeymap-1.7.10-5.1.4p2-unlimited.jar)
UCHIJAAAA mod_LATL{1.2 Beta} [Lamps and Traffic Lights] (LampsAndTrafficlights-1.2-Minecraft_1.7.10.jar)
UCHIJAAAA littletiles{1.1.0} [LittleTiles] (LittleTiles+v1.2.0+mc1.7.10.jar)
UCHIJAAAA malisiscore{1.7.10-0.14.3} [MalisisCore] (malisiscore-1.7.10-0.14.3.jar)
UCHIJAAAA malisisdoors{1.7.10-1.13.2} [Malisis' Doors] (malisisdoors-1.7.10-1.13.2.jar)
UCHIJAAAA Mantle{1.7.10-0.3.2.jenkins191} [Mantle] (Mantle-1.7.10-0.3.2b.jar)
UCHIJAAAA mcheli{1.0.3} [MC Helicopter] (mcheli)
UCHIJAAAA Foundation{1.0.6} [Foundation] (modFoundation_1.0.6.jar)
UCHIJAAAA Monoblocks{11.6} [�cMonoblocks] (Monoblocks-11.6.jar)
UCHIJAAAA MonoblocksMultipart{11.6} [MonoblocksMultipart] (Monoblocks-11.6.jar)
UCHIJAAAA cfm{3.4.7} [�9MrCrayfish's Furniture Mod] (MrCrayfishFurnitureModv3.4.7(1.7.10).jar)
UCHIJAAAA mw{0.4.2.4} [Modern Warfare Contagion] (mw_2.0-0.4.2.4+(Halloween+Update)_mc1.7.10.jar)
UCHIJAAAA NGTLib{1.7.10.28} [NGTLib] (NGTLib1.7.10.28_Forge10.13.4.1558.jar)
UCHIJAAAA OpenMods{0.10.1} [OpenMods] (OpenModsLib-1.7.10-0.10.1.jar)
UCHIJAAAA OpenPeripheralCore{1.4} [OpenPeripheralCore] (OpenPeripheral-1.7.10-AIO-8.jar)
UCHIJAAAA OpenPeripheralIntegration{0.6} [OpenPeripheralIntegration] (OpenPeripheral-1.7.10-AIO-8.jar)
UCHIJAAAA OpenPeripheral{0.6} [OpenPeripheralAddons] (OpenPeripheral-1.7.10-AIO-8.jar)
UCHIJAAAA MrTJPCoreMod{1.1.0.33} [MrTJPCore] (MrTJPCore-1.7.10-1.1.0.33-universal.jar)
UCHIJAAAA ProjRed|Core{4.7.0pre12.95} [ProjectRed Core] (ProjectRed-1.7.10-4.7.0pre12.95-Base.jar)
UCHIJAAAA ProjRed|Transmission{4.7.0pre12.95} [ProjectRed Transmission] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCHIJAAAA ProjRed|Transportation{4.7.0pre12.95} [ProjectRed Transportation] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCHIJAAAA ProjRed|Compatibility{4.7.0pre12.95} [ProjectRed Compatibility] (ProjectRed-1.7.10-4.7.0pre12.95-Compat.jar)
UCHIJAAAA ProjRed|Integration{4.7.0pre12.95} [ProjectRed Integration] (ProjectRed-1.7.10-4.7.0pre12.95-Integration.jar)
UCHIJAAAA ProjRed|Illumination{4.7.0pre12.95} [ProjectRed Illumination] (ProjectRed-1.7.10-4.7.0pre12.95-Lighting.jar)
UCHIJAAAA ProjRed|Expansion{4.7.0pre12.95} [ProjectRed Expansion] (ProjectRed-1.7.10-4.7.0pre12.95-Mechanical.jar)
UCHIJAAAA RadixCore{2.1.3} [RadixCore] (RadixCore-1.7.10-2.1.3-universal.jar)
UCHIJAAAA roadstuff{1.0.3-final} [Road Stuff] (RoadStuff-mc1.7.10-1.0.2-ZART.jar)
UCHIJAAAA RTG{1.7.10-1.1.1.7} [Realistic Terrain Generation] (RTG-1.7.10-1.1.1.7.jar)
UCHIJAAAA RTM{1.7.10.36} [RealTrainMod] (RTM1.7.10.36_Forge10.13.4.1558.jar)
UCHIJAAAA signpic{2.8.0} [SignPicture] (SignPicture-1.7.10-2.8.0-universal.jar)
UCHIJAAAA stationsMod{1.7.10.5} [Stations Mod] (StationsMod-1.7.10.5.jar)
UCHIJAAAA ThermalDynamics{1.7.10R1.2.1} [Thermal Dynamics] (ThermalDynamics-[1.7.10]1.2.1-172.jar)
UCHIJAAAA tskss{Global Update} [Trollebas ModPack] (TMP-1.3_BETA.zip)
UCHIJAAAA WirelessRedstoneCore{1.8.0.0} [Wireless Redstone] (Wireless-Redstone-Mod-1.7.2.jar)
UCHIJAAAA WorldBorder{1.0.0} [WorldBorder] (WorldBorder-Forge-1.0.2.jar)
UCHIJAAAA worldedit{6.0-beta-01} [WorldEdit] (worldedit-forge-mc1.7.10-6.0-beta-01(1).jar)
UCHIJAAAA zoranodensha{1.7.10-0.9.0.2} [Zora no Densha] (Zora+no+Densha-v0.9.0.2-HOTFIX.jar)
UCHIJAAAA McMultipart{1.2.0.345} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
UCHIJAAAA ForgeRelocation{0.0.1.4} [ForgeRelocation] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCHIJAAAA MCFrames{1.0} [MCFrames] (ForgeRelocation-1.7.10-0.0.1.4-universal.jar)
UCHIJAAAA RelocationFMP{0.0.1.2} [RelocationFMP] (ForgeRelocationFMP-1.7.10-0.0.1.2-universal.jar)
UCHIJAAAA ForgeMicroblock{1.2.0.345} [Forge Microblocks] (ForgeMultipart-1.7.10-1.2.0.345-universal.jar)
OpenModsLib class transformers: [stencil_patches:ENABLED],[movement_callback:ENABLED],[player_damage_hook:ACTIVATED],[map_gen_fix:FINISHED],[gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.1.4-329
ThermalFoundation: -[1.7.10]1.2.6-118
ThermalExpansion: -[1.7.10]4.1.5-248
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: bukkit
ThermalDynamics: -[1.7.10]1.2.1-172
Chisel: Errors like "[FML]: Unable to lookup ..." are NOT the cause of this crash. You can safely ignore these errors. And update forge while you're at it.
Flan's Mod Content Packs:
RoboWorks_SMZ-S3A_Classic_Pack_BETA2.0[1.7.10].jar (filepath: /home/mch/multicraft/servers/server55505/Flan/RoboWorks_SMZ-S3A_Classic_Pack_BETA2.0[1.7.10].jar)
Milox-117s Car Package 5 (Remaster).jar (filepath: /home/mch/multicraft/servers/server55505/Flan/Milox-117s Car Package 5 (Remaster).jar)
RoboWorks_SMZ-S3D_Classic_Pack_BETA2.0[1.7.10].jar (filepath: /home/mch/multicraft/servers/server55505/Flan/RoboWorks_SMZ-S3D_Classic_Pack_BETA2.0[1.7.10].jar)
japan pack (filepath: /home/mch/multicraft/servers/server55505/Flan/japan pack)
Simple Parts-Content Pack-1.12.2-5.5.2(1).jar (filepath: /home/mch/multicraft/servers/server55505/Flan/Simple Parts-Content Pack-1.12.2-5.5.2(1).jar)
Manus DayZ Package 4.0-Content Pack-1.7.10-4.10.0.jar (filepath: /home/mch/multicraft/servers/server55505/Flan/Manus DayZ Package 4.0-Content Pack-1.7.10-4.10.0.jar)
Oskiinus's Car Pack 2.3 (filepath: /home/mch/multicraft/servers/server55505/Flan/Oskiinus's Car Pack 2.3)
BlackThorne Empire Vehicles [Flan] 1.12.2-5.5.2-1.10.0 (filepath: /home/mch/multicraft/servers/server55505/Flan/BlackThorne Empire Vehicles [Flan] 1.12.2-5.5.2-1.10.0)
Oskiinus's Car Pack Expanded 1.1.1 (filepath: /home/mch/multicraft/servers/server55505/Flan/Oskiinus's Car Pack Expanded 1.1.1)
Pokers Garage Retro v1.1 (filepath: /home/mch/multicraft/servers/server55505/Flan/Pokers Garage Retro v1.1)
Minecraft SMP Parts Package 4.0-Content Pack-1.7.10-4.10.0(1).jar (filepath: /home/mch/multicraft/servers/server55505/Flan/Minecraft SMP Parts Package 4.0-Content Pack-1.7.10-4.10.0(1).jar)
RoboWorks_SMZ-S3D_Stock_Pack_BETA2.0[1.7.10].jar (filepath: /home/mch/multicraft/servers/server55505/Flan/RoboWorks_SMZ-S3D_Stock_Pack_BETA2.0[1.7.10].jar)
Manus Civil Package 4.0-Content Pack-1.7.10-4.10.0.jar (filepath: /home/mch/multicraft/servers/server55505/Flan/Manus Civil Package 4.0-Content Pack-1.7.10-4.10.0.jar)
Akaku Vehicle Package 3.1 for 1.7.10 (filepath: /home/mch/multicraft/servers/server55505/Flan/Akaku Vehicle Package 3.1 for 1.7.10)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 2 / 30; [EntityPlayerMP['Geniu1999'/26, l='world', x=842.02, y=68.00, z=-3303.20](Geniu1999 at 842.0197328166621,68.0,-3303.198292716583), EntityPlayerMP['Unit_FireFox'/27, l='world', x=842.49, y=68.00, z=-3294.29](Unit_FireFox at 842.4858215073752,68.0,-3294.292407434677)]
Is Modded: Definitely; Server brand changed to 'thermos,cauldron,craftbukkit,mcpc,kcauldron,fml,forge'
Type: Dedicated Server (map_server.txt)
Is there any way you could provide a list of all the commands added in this mod? I would love to use it but I'm not sure how to use it or what commands it adds. Any documentation would be amazing! The site you have linked as hosting this mod doesn't work so I just figured it would be good to ask. The image linked on this post is also long gone. I'd just like to know what all this mod adds if possible =) thank you!!
EDIT: also, wayback machine (archive.org) won't work for the metroidcubed.enjin.com site. I can't find the information anywhere sadly.