Features
SurvivalEdit at its core is a plugin which allows your players to manipulate blocks with a magic wand. You can allow players to perform a list of commands with the saftey that your spawn, your faction's bases and your players plots will be unchanged.
Commands
There are 7 commands for now:
/Wand - Gives the wand item. - /Wand
/Cyl - Create a cylinder - /Cyl <radius> <height> <material>
/HCyl - Create a hollow cylinder - /HCyl <radius> <height> <material>
/Sphere - Create a sphere - /Sphere <radius> <material>
/HSphere - Create a hollow sphere - /HSphere <radius> <material>
/Walls - Create walls around your selection - /Walls <material>
Permissions
There are permissions for each command as well as a master permission to allow you to gain access to the entire plugin.
SEdit.Wand - /Wand
SEdit.Walls - /Walls
SEdit.Cyl - /Cyl
SEdit.HCyl - /HCyl
SEdit.Sphere - /Sphere
SEdit.HSphere - /HSphere
SEdit.Master - Whole plugin.
Configuration
Supported Plugins
I have enabled you guys to use a few plugins alongside SurvivalEdit to allow you make unbreakable areas or allow you to safley trust the plugin with plugins such as Factions or PlotsSquared.
PlotsSquared - Uses plots2 permissions to modify plots as well as plots2 ownership, trust and member status.
Factions (Required UUID/SavageFactions) - Allows a user to use survivaledit in their own faction land and in wilderness.
WorldGuard - Prevents people from building in places where they themselves cannot build.
GriefPrevention - Stops SurvivalEdit in claims which they are not allowed to break within.
Materials Supported
To allow your players to use any materials they wish, the plugin has a material resolver which will take input given and transform them into materials.
/Set Stone 3 - Diorite
/Set Stone:3 - Diorite
/Set enchantment table - Enchantment Table
/Set Stone - Stone
For now, I have not added support for 1.13 as I will be doing this shortly.
Website: https://retrixsolutions.weebly.com/
Discord: https://discord.gg/ut5Hrux
Donate: https://paypal.me/RetrixSolutions/
SurvivalEdit at its core is a plugin which allows your players to manipulate blocks with a magic wand. You can allow players to perform a list of commands with the saftey that your spawn, your faction's bases and your players plots will be unchanged.
Commands
There are 7 commands for now:
/Wand - Gives the wand item. - /Wand
/Cyl - Create a cylinder - /Cyl <radius> <height> <material>
/HCyl - Create a hollow cylinder - /HCyl <radius> <height> <material>
/Sphere - Create a sphere - /Sphere <radius> <material>
/HSphere - Create a hollow sphere - /HSphere <radius> <material>
/Walls - Create walls around your selection - /Walls <material>
Permissions
There are permissions for each command as well as a master permission to allow you to gain access to the entire plugin.
SEdit.Wand - /Wand
SEdit.Walls - /Walls
SEdit.Cyl - /Cyl
SEdit.HCyl - /HCyl
SEdit.Sphere - /Sphere
SEdit.HSphere - /HSphere
SEdit.Master - Whole plugin.
Configuration
Spoiler: Default config
Code (YAML):
settings:
timer : 2
use-sound : true
sound : "DIG_STONE"
prevent-use :
- "WOOL:14"
prevent-collection :
- "BEDROCK:0"
messages:
no-permission : "&cYou do not have enough permissions to do this!"
empty-slot-required : "&cYou require an empty slot to receive the wand!"
command-not-found : "&cThe command you have entered has been registered incorrectly!"
players-only : "&cYou must be a player to do that!"
selection-required : "&cYou must have a region selected!"
selection-removed : "&cYour other selection has been removed as its in a different world!"
selection-size-too-large : "&cThe max selection is 2304!"
material-invalid : "&cUnable to resolve the material, please enter a valid one!"
not-enough-items : "&cYou do not have enough items to process that command!"
no-valid-blocks : "&cDue to other plugins, you cannot process that command!"
setting-blocks : "&cNow placing %amount% %material%:%type% blocks!"
radius-required : "&cPlease provide a valid radius!"
height-required : "&cPlease provide a valid height"
invalid-args : "&cPlease enter all of the required arguments for this command!"
task-running-already : "&cPlease wait until your current job finishes!"
wand : "&6Left click: select pos #1; Right click: select pos #2"
positions:
first:
with : "&6First position set to (%x%, %y%, %z%). (%canbeplaced%/%selectionsize%)."
without : "&6First position set to (%x%, %y%, %z%)."
second:
with : "&6Second position set to (%x%, %y%, %z%). (%canbeplaced%/%selectionsize%)."
without : "&6Second position set to (%x%, %y%, %z%)."
inv-modify : "&cYou cannot modify your inventory while performing a task!"
blocked-use : "&cYou don't have the power to manipulate this block!"
timer : 2
use-sound : true
sound : "DIG_STONE"
prevent-use :
- "WOOL:14"
prevent-collection :
- "BEDROCK:0"
messages:
no-permission : "&cYou do not have enough permissions to do this!"
empty-slot-required : "&cYou require an empty slot to receive the wand!"
command-not-found : "&cThe command you have entered has been registered incorrectly!"
players-only : "&cYou must be a player to do that!"
selection-required : "&cYou must have a region selected!"
selection-removed : "&cYour other selection has been removed as its in a different world!"
selection-size-too-large : "&cThe max selection is 2304!"
material-invalid : "&cUnable to resolve the material, please enter a valid one!"
not-enough-items : "&cYou do not have enough items to process that command!"
no-valid-blocks : "&cDue to other plugins, you cannot process that command!"
setting-blocks : "&cNow placing %amount% %material%:%type% blocks!"
radius-required : "&cPlease provide a valid radius!"
height-required : "&cPlease provide a valid height"
invalid-args : "&cPlease enter all of the required arguments for this command!"
task-running-already : "&cPlease wait until your current job finishes!"
wand : "&6Left click: select pos #1; Right click: select pos #2"
positions:
first:
with : "&6First position set to (%x%, %y%, %z%). (%canbeplaced%/%selectionsize%)."
without : "&6First position set to (%x%, %y%, %z%)."
second:
with : "&6Second position set to (%x%, %y%, %z%). (%canbeplaced%/%selectionsize%)."
without : "&6Second position set to (%x%, %y%, %z%)."
inv-modify : "&cYou cannot modify your inventory while performing a task!"
blocked-use : "&cYou don't have the power to manipulate this block!"
Supported Plugins
I have enabled you guys to use a few plugins alongside SurvivalEdit to allow you make unbreakable areas or allow you to safley trust the plugin with plugins such as Factions or PlotsSquared.
PlotsSquared - Uses plots2 permissions to modify plots as well as plots2 ownership, trust and member status.
Factions (Required UUID/SavageFactions) - Allows a user to use survivaledit in their own faction land and in wilderness.
WorldGuard - Prevents people from building in places where they themselves cannot build.
GriefPrevention - Stops SurvivalEdit in claims which they are not allowed to break within.
Materials Supported
To allow your players to use any materials they wish, the plugin has a material resolver which will take input given and transform them into materials.
/Set Stone 3 - Diorite
/Set Stone:3 - Diorite
/Set enchantment table - Enchantment Table
/Set Stone - Stone
For now, I have not added support for 1.13 as I will be doing this shortly.
Website: https://retrixsolutions.weebly.com/
Discord: https://discord.gg/ut5Hrux
Donate: https://paypal.me/RetrixSolutions/
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.
SurvivalEdit is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 568 times (via Spigot). Download it and open it directly in the game.