Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Forge Mods
  • Mods
  • [1.4.2][FORGE][SMP][ADMIN TOOLS] FORGETOOLS – V0.2A
Sign in to follow this  
Followers 0
tahosa

[1.4.2][FORGE][SMP][ADMIN TOOLS] FORGETOOLS – V0.2A

By tahosa, December 22, 2012 in Mods

  • Reply to this topic
  • Start new topic

Recommended Posts

tahosa    2

tahosa

tahosa    2

  • Tree Puncher
  • tahosa
  • Members
  • 2
  • 1 post
Posted December 22, 2012

As more server owners and administrators are looking to update their tech-mod servers to the latest versions of Minecraft, many are finding no support for plugins and mods for getting information back from their servers.

 

ForgeTools aims to provide some useful simple statistics and tools to server ops to monitor server tickrate, loose items, mobs, and a handful of other useful data points. It also enables ops to quickly clean up areas with lots of drops, and heal players.  The mod is currently set up to be server-side only, so no additional modification is required past the Forge base. This means it will not work for Vanilla servers, but will work for Feed The Beast servers.

 

We are currently in an open alpha and would appreciate any and all feedback about features you would like to see or any bugs you encounter as you use ForgeTools.  We are also trying to follow the development of Feed The Beast, so our current release is only for MC 1.4.2 since that is the version that FTB is running.  This mod is ready to be installed onto your FTB server to begin using right away.  If there is demand for other versions, please let us know and we will take it into consideration. As the mods for FTB are all almost complete, we should be keeping with the same development schedule as vanilla.

 

If you would like to become a contributor, please drop me a PM with an example of your code and a little bit about you.  We are happy to have more people work with us on this project.  It is open source, so feel free to dig through the code and make any suggestions.

 

Features

 

This mod adds in commands currently only usable by ops, but we are looking to make them configurable to be used however the server owner sees fit and would appreciate input on this.

 

Commands

 

See the github wiki page for full details

 

Installation

 

Download the latest version of the universal zip from the Releases/ folder on github (you need to click the package, then "View Raw") and place it in your server's mods/ folder. Restart the server and you are ready to go!

 

Contributors

 

tahosa

asudol

 

Bug Reports / Feedback

 

You can see all our development progress at the main github page and please submit any bug reports through there as well.

  • Quote

Share this post


Link to post
Share on other sites

Deflowerer    0

Deflowerer

Deflowerer    0

  • Tree Puncher
  • Deflowerer
  • Members
  • 0
  • 6 posts
Posted January 29, 2013

Adding it to the shopping list of forge mods on the server my friend and I are brining up, thanks for sharing it!  Really looking forward to the removal of items, combind with aPref loose items shouldn't be a problem :)

 

Only thing I can think of for adding is if you could locate redstone/redpower lag in certain chunks, like if someone has a redstone signal going off every half-tick trying to lag the server, not sure if that's possible... or how common it is...

 

Anyways thanks!

  • Quote

Share this post


Link to post
Share on other sites

Khormin    0

Khormin

Khormin    0

  • Tree Puncher
  • Khormin
  • Members
  • 0
  • 4 posts
Posted February 20, 2013

Would like to see a copy of 1.4.6 or 1.4.7 if it's possible.

  • Quote

Share this post


Link to post
Share on other sites

Ralms    0

Ralms

Ralms    0

  • Tree Puncher
  • Ralms
  • Members
  • 0
  • 9 posts
Posted March 18, 2013

Consider using PEX for permissions.

 

Its the exact same PEX from Bukkit but ported to Forge.

 

Check here:

http://www.minecraftforum.net/topic/1650110-mytown-aperf-server-protection-and-performance-mods/

 

Something else that could be useful is a Anouncer built in. There is no one available.

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • Draco18s
      [1.12.2]Double-part block breaking problem

      By Draco18s · Posted 2 minutes ago

      Lets start here: if(facing != Down || facing != UP) lets assume that facing is equal to UP and do a replacement to see what happens when the code is run. if(UP != DOWN || UP != UP) obviously the first one is false and the second one is true. if(false || true) Now we simplify. False or True is true, because we only need one side to be true for the whole statement to be true. if(true)   If we repeat when facing equals DOWN instead... if(DOWN != DOWN || DOWN != UP) if(false || true) if(true)   What about a different direction? Say...EAST? if(EAST != DOWN || EAST != UP) if(true || true) if(true)   All possible variations will resolve to if(true) because a value cannot both be equal to DOWN and UP at the same time.   Oh boy. That's going to be a nightmare to figure out where all the bits are. Because when its on the floor or ceiling, the other "half" of the block is going to not be above or below.
    • LorenzoPapi
      [1.12.2]Double-part block breaking problem

      By LorenzoPapi · Posted 32 minutes ago

      That's strange. This works for me. Don't care about comments, they're just sentences without any logic sometimes. One thing I don't understand. Why would always one condition be true? Does Minecraft says that if FACING isn't DOWN, it is UP? Maybe it's something I've missed. I'll change this tomorrow, I'm really tired. Anyways, maybe I haven't explained well. This block's placement acts like a bed on the floor, kinda like a door on the sides of a block and like an "upside-down" bed under the roof of a block. But I can't destroy both the parts of the block when it's placed on the floor and under the floor.
    • plugsmustard
      on/off button for custom furnace

      By plugsmustard · Posted 1 hour ago

    • anothertime
      1.14 - hot swap fails in IDEA

      By anothertime · Posted 1 hour ago

      I usually rebuild the module with build\build module but I've also tried run\reload changes after looking for a solution on the web but the result is the same
    • DaemonUmbra
      1.14 - hot swap fails in IDEA

      By DaemonUmbra · Posted 1 hour ago

      Are you running the build manually with a gradle task or are you clicking run -> reload changed classes?
  • Topics

    • LorenzoPapi
      3
      [1.12.2]Double-part block breaking problem

      By LorenzoPapi
      Started 6 hours ago

    • plugsmustard
      55
      on/off button for custom furnace

      By plugsmustard
      Started Wednesday at 03:11 PM

    • anothertime
      4
      1.14 - hot swap fails in IDEA

      By anothertime
      Started 10 hours ago

    • matt1999rd
      4
      [1.14-newer] how to keep value when closing minecraft

      By matt1999rd
      Started 3 hours ago

    • matt1999rd
      15
      [1.14-newer] deprecated method onBlockActivated

      By matt1999rd
      Started November 1

  • Who's Online (See full list)

    • Cerandior
    • LexManos
    • Iterator
    • thinkverse
    • kaydogz
    • fump
    • DragonITA
    • DaemonUmbra
    • solitone
    • Draco18s
    • Nuparu00
    • Hendoor64
    • plugsmustard
    • HussNuss
    • Choonster
    • Gnaux
    • dimpi gamer
  • All Activity
  • Home
  • Forge Mods
  • Mods
  • [1.4.2][FORGE][SMP][ADMIN TOOLS] FORGETOOLS – V0.2A
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community