Skip to content

pablo191f/ForgeEssentialsMain

 
 

Repository files navigation

ForgeEssentialsMain Build Status

The code on this branch is for Minecraft 1.7.10. File issues at the issue tracker.


The ForgeEssentials project consists many server features,
especially a powerful permissions and protection system:

  • Permission management
  • Protection (WorldGuard)
  • Automatic backup management
  • Multiworld support(in bukkit aka. multiverse)
  • Deathchests
  • Huge collection of utility commands
  • Remote server access and management with a versatile API
  • And many more!!!

For more information and tutorials, please read the WIKI

If you need help or have suggestions, join us on our IRC channel #forgeessentials on esper.net.

Download for the latest builds on Jenkins. or releases on Curseforge

ForgeEssentials for Minecraft 1.7.10 is still in beta!
Betas are to be considered unstable. Approach with caution. Please make backups before using / updating on a live server.


Development Setup

Set up for ForgeEssentials development is simllar to any other ForgeGradle-based mod. Please refer to ForgeGradle instructions for importing a project.

Note: ForgeGradle versions for Minecraft 1.7 recommends Java 7.

Additional step (VERY IMPORTANT, OR EVENTS WILL NOT FIRE!!!)

Open your IDE run configs, and select the preconfigured "Minecraft Client" run configuration.

Under "Program Arguments", add the following:

--tweakClass com.forgeessentials.core.preloader.FELaunchHandler

Repeat for the "Minecraft Server" run configuration.

FE CURRENTLY DOES NOT SUPPORT THE FORGEGRADLE RUN TASKS.

Notes:

  1. Please consider squashing all commits before initially submitting pull requests.
  2. For a local .gitignore use .git/info/exclude
  3. If you have any questions, hop on IRC.

FE Team Members:

luacs1998 (lead developer)

olee (permissions-guru, protection, multiworld)

Helinus

Malkierian

Retired:

AbrarSyed

Bob A Red Dino

bspkrs

MysteriousAges

Dries007

Weneg

Jgdovin

RlonRyan

Jovino

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%