Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| ServerRegionProtect-0.6.0 release | 56.67 KB | Jul 7, 2021 | 1.17 | 2 | Download |
| ServerRegionProtect-0.5.3 release | 52.44 KB | Jun 18, 2021 | 1.17 | 39 | Download |
| ServerRegionProtect v0.5.1 [1.13-1.16] release | 50.37 KB | Mar 29, 2021 | 1.16 | 29 | Download |
| ServerRegionProtect v0.5.1 [1.12] release | 49.21 KB | Mar 29, 2021 | 1.12 | 5 | Download |
| ServerRegionProtect v0.5.0 [1.13-1.16] release | 28.05 KB | Mar 29, 2021 | 1.16 | 3 | Download |
| ServerRegionProtect v0.5.0 [1.12] release | 27.16 KB | Mar 29, 2021 | 1.12 | 3 | Download |
| ServerRegionProtect v0.4.7 [1.13-1.16] release | 25.30 KB | Mar 28, 2021 | 1.16 | 4 | Download |
| ServerRegionProtect v0.4.7 [1.12] release | 24.21 KB | Mar 28, 2021 | 1.12 | 3 | Download |
| ServerRegionProtect v0.4.5 [1.16] release | 25.37 KB | Feb 16, 2021 | 1.16 | 14 | Download |
| ServerRegionProtect v0.4.5 [1.12] release | 25.13 KB | Feb 16, 2021 | 1.12 | 7 | Download |
| ServerRegionProtect v0.4.1 [1.16] release | 25.41 KB | Feb 11, 2021 | 1.16 | 15 | Download |
| ServerRegionProtect v0.4.1 [1.12] release | 24.58 KB | Feb 11, 2021 | 1.12 | 6 | Download |
| ServerRegionProtect v0.4.0 [1.16] release | 25.39 KB | Feb 1, 2021 | 1.16 | 12 | Download |
| "ServerRegionProtect v0.4.0 [1.12] release | 24.57 KB | Feb 1, 2021 | 1.12 | 7 | Download |
| ServerRegionProtect v0.3.9 [1.12] release | 25.50 KB | Jan 30, 2021 | 1.12 | 6 | Download |
| ServerRegionProtect v0.3.9 [1.16] release | 26.38 KB | Jan 30, 2021 | 1.16 | 6 | Download |
| ServerRegionProtect v0.3.6 [1.16] release | 25.21 KB | Jan 28, 2021 | 1.16 | 6 | Download |
| ServerRegionProtect v0.3.4 [1.12] release | 24.18 KB | Jan 25, 2021 | 1.12 | 13 | Download |
Description
ServerRegionProtect-We protect the region using the WorldGuard plugin.
Current latest version 1.12: 0.5.1
[IMPORTANT] Discontinue support for 1.12 and below versions from this day (18.06.2021)
Current latest version 1.13-1.17: 0.5.3
If you find or get error\warn so please issues in github!
Opportunities:
– By entering the name of the region in the plugin's config.yml, you will enter it in the plugin's protection. No one can break the region that is registered in config. yml, even the operators are not able to do this!
– Entity Protection: frame, painting, armor rack.
– Protection against changes in the frame.
– Protect the region from dynamite explosion, dynamite cart, crystal ender, and rebirth anchors(for new versions).
– It is not possible to put / break a block in a protected region.
– Create a special region inside the protected region in which you can break and put or only break (specified in config. yml)
– Support for banning dangerous commands. Separate commands were added and tested using FastAsyncWorldEdit in the protected region.
P.S.
In this case, the access rights to the region are registered through this Perm:
– srp. serverregionprotect-access to protected regions
The star gives all the rights, it is already clear, operators are not allowed access. If we want to ban the star, then we simply register this perm in PermissionsEx or LuckPerms(depending on what you have)
Commands:
/ srp help – help for commands
/srp reload-reload config.yml
/srp reloadmsg-reload messages. yml
Permissions:
– srp.* – full access to the plugin
– srp.reload. cfg-access to the /srp reload command
– srp.reload. cfg. msg-access to the /srp reloadmsg command
– srp. serverregionprotect-access to protected regions
config.yml
# Server Region Protect – Protection of regions by the plugin.
server_region_protect:
#List of protected regions.
# If regions are not needed, specify an empty parameter:
# region_protect: []
region_protect:
– spawn
– pvp
# List of protected regions where breaking is allowed with the 'build allow'flag.
# If regions are not needed, specify an empty parameter:
# region_protect_allow: []
region_protect_allow: []
# List of protected regions where only breaking is allowed with the 'build allow'flag.
# If regions are not needed, specify an empty parameter:
# region_protect_only_break_allow: []
region_protect_only_break_allow: []
# List of forbidden commands from WE / FAWE.
no_protect_cmd:
command_we:
– //set
– //replace
– //overlay
– //walls
– //deform
– //fill
– //fillr
– //fixlava
– //hollow
– //move
– //stack
– //smooth
– //cut
– //replacenear
command_c:
– //cyl
– //hcyl
– //drain
– //rep
command_p:
– //pyramid
– //hpyramid
command_s:
– //sphere
– //hsphere
command_u:
– //up
– /up
command_cp:
– //paste
– //place
– //replacenear
– //hollow
#Enable/Disable the protected region message.
enable_protect_message: true
messages.yml
#Main message config.
messages:
ServerMsg:
srp_msg: '&8 [&cSRP&8] &This region is protected by the server!'
noperm:' &You don't have enough rights to use this command. '
Configs:
config_reloaded: '&8 [&cSRP&8] &aFile &6config. yml &abyl successfully restarted!'
config_not_found:' &8 [&cSRP&8] & sfile &6config. yml &c was not found, a new one was created!'
config_msg_reloaded:' &8 [&cSRP&8] &aFile &6messages. yml &abyl successfully restarted!'
config_msg_not_found:' &8 [&cSRP&8] &file &6messages. yml &c was not found, a new one was created! '
Example_Use_Command:
srp_use_help: '&ause: &e/srp help'
Logs changed
0.0.1
– The first release of the plugin.
0.1.0
-Added support for versions 1.12-1.15
0.1.2
– Added the ability to disable messages about the protection of the region.
– Fix duplicate message errors.
0.2.6
-Added support for internal regions in the protected region.
– Fixed some bugs and also rewritten some code.
0.3.0
– Added support for banning dangerous commands. Separate commands were added and tested using FastAsyncWorldEdit in the protected region. Thanks to the source code from [USER=1987]@alexandrage [/USER]
– Added support up to 1.16.5
– Added a ban on exploding a trolley with dynamite. (also protected from the usual dynamite, ender krystal).
0.3.1
– fix error cmd.
0.3.4
-fix the possibility of deleting a private account using WorldGuard aliases (-u | -f).
– fix special regions within a protected region.
0.3.5
-fixed the ability to change the "pvp" flag if this name was added to the protection of regions and the ability to change the "pvp" flag was returned
0.3.6 (Only for 1.16+)
– the explosion from the rebirth anchor was prohibited
0.3.9
-Fixed flags: -f, – u, -n, -g | (flag -w "world_name" only for 1.13 and higher)
– Config fix(you need to recreate config.yml)
– Ability to reload the entered protected regions with the /srp reload.
0.4.0 command
-Fixed an error where the list of protected regions from the config was not read.
0.4.1
– The error getting a list of protected regions was corrected.
0.4.5
-The list of forbidden commands from WE is displayed in the config.
– Optimized the method of interaction with the regions themselves.
0.4.7
– Fixed a bug with region protection.
0.5.0
– Added UpdateChecker.
– Fixed bugs in previous versions.
– Fixed the interaction function with the armor rack:
1) The installation attempt check now works correctly.
2) The ban on interaction with armor or other things from the rack.
– Added a message when trying to use commands from WE\FAWE in a protected region.
– Added English text to config. yml and also corrected the Russian text.
– Added a list of items that can't be interacted with. For example:
Prohibition to put a trolley, ender crystal, boat, etc.
P.S. please update config.yml and messages. yml!
0.5.1
-Added bstats.
– Changed the colors about updates in the console.
0.5.2
– Fixed damage to the ender crystal by the player.
– Added protection against the "-a " flag by removing all owners or participants from the region.
Get 0.05 TON 💎
Download

Add a comment