• 12.4k views 4 today
  • save_alt 211 downloads
Game Version
Minecraft 1.10
Progress
60% complete
  • 17
  • 6
  • 7
McHorse
Lvl 72Legendary Unicorn
273
Regions is a simple mod that adds only one command called "/region." Regions command allows OP players define a world region that could be saved and restored. This mod is useful for damage control or version control (history) of world region.

World regions are stored in world's "regions" folder. Every region stored in its folder, and its states are stored in subfolders in region's folder.

This mod is open source and hosted on GitHub.

Command's Syntax


"/region" command has few syntaxes:

# Defines a region <x1> <y1> <z1> is minimum point and <x2> <y2> <z2> is maximum point
/region define <region> <x1> <y1> <z1> <x2> <y2> <z2>

# Save a region with given state name, optionally saving also entities, by default it saves entities
# [save_entities] can be true, false, 1 or 0
/region save <region> <state> [save_entities]

# Restore a region from given state name
/region restore <region> <state>

"/region save" saves blocks, tile entities and optionally living entities.

2 Update Logs

Regions 0.1.4 : by McHorse 11/25/2016 11:58:55 amNovember 25, 2016 @ 4:58 pm UTC

Updated to 1.10.2. Save trees badgers!
LOAD MORE LOGS

More like this

  Have something to say?

Cvaxx
12/14/2016 11:07 am
Level 1 : New Miner
This is a clever mod. I'm surprised not many grief prevention plugins do something like this, instead of saving the entire world.
1
McHorse
12/14/2016 4:57 pm
Level 72 : Legendary Unicorn
Thanks! But it's not a plugin, it's a forge mod :)
1
Cvaxx
12/18/2016 10:02 am
Level 1 : New Miner
Notice how I said "This is a clever mod"? I was just pointing out that anti-grief plugins should do something like what your mod does.
1
McHorse
12/18/2016 10:32 am
Level 72 : Legendary Unicorn
Oh, I see. Thanks!

However there is WorldGuard (which is what I think is an anti-grief plugin), and, it's pretty ironical, that it works the same way as my mod (even commands are similar), according to what I've red from the wiki, except for the part of how to define boundaries of a region. Sorry, if I sound arrogant, I just want to point out few things here and there :)
1
Cvaxx
01/01/2017 8:43 am
Level 1 : New Miner
I forgot about GriefPrevention aswell, it works similar with a golden shovel to region things. I meant actually having a rollback and regions saved though.
1
ViiRUS_HQ
11/30/2016 4:46 pm
Level 1 : New Miner
Finally A GREAT MOD!!!!
1
McHorse
11/30/2016 5:11 pm
Level 72 : Legendary Unicorn
Thanks, glad you liked it :)
1

Welcome