RegionCommand
RegionCommand (RegionCmd)
For some reasons, you maybe said "I want them to use this command when there are there!", so what about making it automatic ?
Easy to use
Create a zone with WorldEdit and use :
/createregion <idname>
Just go to the plugin folder "RegionCommand" and open "config.yml". You can put all of the commands you wants them to use in each region. Then perform the
/reloadregion
command to reload the regions properties.
Use
/removeregion <idname>
to remove the region. It will delete all of this, so be careful !
Example :
AAA: world: world loc1: ==: Vector x: -2.0 y: 0.0 z: 244.0 loc2: ==: Vector x: 3.0 y: 255.0 z: 251.0 commands_enter: - gamemode 1 commands_quit: - gamemode 0 forceop: true cooldown_enter: 0 cooldown_quit: 0
- AAA = region id name
- world = world of the region
- loc1 and loc2 = contains the region's locations infos
- commands = list of commands to perform when entering the region (no need the first "/")
- commands = list of commands to perform when leaving the region (same)
- forceop = set true to override permission problems
- cooldown_enter = cooldown in seconds (watch the video, quit hard to explain)
- cooldown_enter = cooldown in seconds (watch the video, quit hard to explain)
Permissions
region.reload : allows to reload regions region.create : allows to create regions region.remove : allows to remove regions
With an API
Makes it so easier for developers ! They can use this by the events :
PlayerEnterRegionEvent PlayerLeaveRegionEvent
Without having to recreate a region interface.
-
View User Profile
-
Send Message
Posted Mar 8, 2016Please update ^^
-
View User Profile
-
Send Message
Posted Dec 15, 2015Okay, so huge problem. What of one of my staff wants to make a region do a command? They can't because you need access to the config.yml! Not to be a know it all, but that seems like an obvious oversight...
-
View User Profile
-
Send Message
Posted Sep 6, 2015Can't create regions, says "An internal error has occoured"...
-
View User Profile
-
Send Message
Posted Jun 2, 2015Please Update! :)
-
View User Profile
-
Send Message
Posted Mar 30, 2015Update pls =3
-
View User Profile
-
Send Message
Posted Feb 14, 2015@Arceus02
Thank you for this! I can't wait, i have been keeping track for months.
1.8 Update would be amazing.
-
View User Profile
-
Send Message
Posted Feb 12, 2015To everyone : I am currently focusing on my studies BUT hopefully i will update it soon :)
-
View User Profile
-
Send Message
Posted Dec 21, 2014you can update this plugin, to version 1,8?
is very useful for my server
I would appreciate
-
View User Profile
-
Send Message
Posted Nov 15, 2014@Arceus02 is there a {player} equivalent? Could really use one if possible! Thanks!!
-
View User Profile
-
Send Message
Posted Oct 7, 2014Awesome plugin! Just the one I had been looking for sooooo long! Please do update as this is the main problem on my server :D Thanks on advanced!
-
View User Profile
-
Send Message
Posted Aug 3, 2014latest version does
@Arceus02
The latest version will not work with 1.6.4
Any versions that will?
-
View User Profile
-
Send Message
Posted Mar 21, 2014@CaioVillar
Will do asap !
-
View User Profile
-
Send Message
Posted Mar 21, 2014@LHfreeman
Works fine on 1.6.2.
-
View User Profile
-
Send Message
Posted Mar 18, 2014@CaioVillar
Yes, its very importand.
Can you create an update for Minecraft 1.6.2?
-
View User Profile
-
Send Message
Posted Mar 17, 2014CaioVillar | VineWoodCraft
Please, add {player}
-
View User Profile
-
Send Message
Posted Mar 17, 2014@RawStorm
Oh yeah, i'm sorry but seems like you will have to delete your config file and remake your regions. :( I don't have anything like this on my servers...
-
View User Profile
-
Send Message
Posted Mar 9, 2014Hello, I am using the latest version of this plugin (v1-1) which was recently posted on here on the 25th February 2014. I am however getting this error every time I start up my server. http://pastebin.com/D26ctYv8 Is this a problem or will this be fixed soon?
Thanks for your effort into making this plugin. :)
-
View User Profile
-
Send Message
Posted Feb 22, 2014@X_angelz_X
I'll update it asap !
-
View User Profile
-
Send Message
Posted Feb 8, 2014Is the author going to release an updated build?
-
View User Profile
-
Send Message
Posted Feb 5, 2014OK, I decompiled it and fixed the bug, all you need is to put all the code in onPlayerQuitRegion() in RegionCmdPlayerListener in a try catch for NullPointerExceptions :)