333 Commits

Author SHA1 Message Date
SuperRonanCraft
be3c7cadb8 more events and addon fixes 2020-11-12 00:30:40 -05:00
SuperRonanCraft
08607beef4 api fix + first addon added! 2020-11-11 17:44:52 -05:00
SuperRonanCraft
b7b408e3d8 api update 2020-11-10 17:58:39 -05:00
SuperRonanCraft
bd826e2898 depends fix 2020-11-09 16:43:52 -05:00
SuperRonanCraft
d92ee9bcff Addons support incoming 2020-11-09 15:25:35 -05:00
SuperRonanCraft
54982cd850 updated language authors + Spanish and Czech Languages | 2.14.4 release 2020-11-05 14:11:41 -05:00
Minetown
9ef95e5d78
Introduce error message for a failed teleport (#46)
Co-authored-by: RodneyMKay <herr-fant@web.de>
2020-11-05 10:55:05 -05:00
SuperRonanCraft
dbdf7d6a60 worlds with spaces support implementation 2020-11-03 00:12:57 -05:00
SuperRonanCraft
c41b3bd2c0 to-do list 2020-10-29 14:01:36 -04:00
SuperRonanCraft
3d4ce28947 compile fix 2020-10-07 23:31:41 -04:00
SuperRonanCraft
36dbe9d49d compiling fix + residence added to config.yml 2020-10-05 10:44:48 -04:00
SuperRonanCraft
4e62c743cb added Lands and Residence support 2020-10-05 10:31:20 -04:00
SuperRonanCraft
e6e32c7621 residence link fix 2020-10-04 20:50:02 -04:00
SuperRonanCraft
54482d897f economy charged after safe spot located 2020-10-04 20:37:20 -04:00
SuperRonanCraft
169b3940e4 Residence implementation 2020-10-03 15:19:10 -04:00
SuperRonanCraft
ea1fa435dd economy uncharge removed
now charges before teleporting after it's found a safe spot
2020-10-01 11:55:56 -04:00
SuperRonanCraft
7b2871f17d economy bug fix involving delays 2020-09-29 17:38:45 -04:00
SuperRonanCraft
5f43ba5590 RTP settings and player teleport classes seperated 2020-09-29 12:08:59 -04:00
SuperRonanCraft
b7d389db01 updated chn -> chs in LangFile.java 2020-09-28 21:19:43 -04:00
yzhh
34d4a22f19
rename chn.yml to chs.yml (#44)
Co-authored-by: yzhh <OasisAkari@users.noreply.github.com>
2020-09-28 21:08:34 -04:00
RonanCraft
581510e187
Merge pull request #43 from OasisAkari/patch-1
Update chn.yml
2020-09-26 15:54:32 -04:00
yzhh
3f06fec1a8
Update chn.yml 2020-09-26 19:03:51 +08:00
SuperRonanCraft
e8ba929b04 2.14.0 - Release
no delay title added and fixed messages disabling
factionsuuid support added
2020-09-25 21:04:59 -04:00
SuperRonanCraft
ffd5d3e921 factionsuuid added as dependency 2020-09-25 16:57:53 -04:00
SuperRonanCraft
2fc9c7e94a edit command re-enabled + help command prefix 2020-09-24 20:51:09 -04:00
SuperRonanCraft
1f2a4b5b01 command help messages revamp + rtp titles enumed 2020-09-24 18:01:48 -04:00
SuperRonanCraft
c5d7705d54 Permission Groups added + '/rtp info world <player>' personalizes info page 2020-09-23 22:17:54 -04:00
SuperRonanCraft
c8a00751fa Permission based world configs added + UseWorldBorder slightly ignores maxRadius 2020-09-23 17:41:04 -04:00
SuperRonanCraft
82cba7cef6 Permission config (framework) 2020-09-23 11:59:53 -04:00
SuperRonanCraft
afcb76bfd7 2.13.1 Release
language file dynamic generation from en.yml
2020-09-23 11:01:06 -04:00
SuperRonanCraft
60458c35f9 config.yml fix + hunger to rtp added 2020-09-21 21:25:19 -04:00
SuperRonanCraft
18f4ebb40e hunger to rtp + custom permission configs (framework) 2020-09-21 19:03:45 -04:00
SuperRonanCraft
020fa52898 file managements improvements 2020-09-20 19:50:10 -04:00
SuperRonanCraft
f9ab7da980 2.13.0 - Release
Teleport message if not under a delay
Invincibility timer updated to be in seconds rather than ticks
'/rtp info world' added
2020-09-20 12:51:54 -04:00
SuperRonanCraft
14c276cefb 2.13.0 - Regions Plugin support (worldguard, griefprevention, towny, RedProtect) 2020-09-20 01:22:49 -04:00
SuperRonanCraft
211d3609d4 soft depends seperated from main RTP class 2020-09-19 02:15:47 -04:00
SuperRonanCraft
77a94812d5 edit command fixes + dutch translation added 2020-08-13 16:00:47 -04:00
SuperRonanCraft
a1cc310c74 edit command updates 2020-08-13 13:03:54 -04:00
SuperRonanCraft
34d3b656a1 New edit command 2020-08-13 12:00:58 -04:00
SuperRonanCraft
d2c9b14d75 2.12.2 - Release 2020-08-12 21:37:15 -04:00
SuperRonanCraft
e720f5e600 Cooldown disabled bug fix
framework to cancel teleports while chunks are loading
2020-08-12 16:41:03 -04:00
SuperRonanCraft
fd1c7c5c14 2.12.1 - Chunk async support on older servers
Reason for this change is that in previous versions on MC the spigot api would load a chunk prior to finding the tallest block in the world. So a full recode on the random location has been issued, first generating a random x/z coordinates, then loading that locations chunk, grabbing the tallest block making sure its a valid block, and then checking for griefprevention/worldguard, and then teleporting the player if its valid, else loop again until it finds a valid location, or cancel if there are too many attempts.
2020-08-12 13:35:47 -04:00
RonanCraft
3b8b7b0b38
Update README.md 2020-08-11 20:33:20 -04:00
RonanCraft
951887913c
Update LICENSE 2020-08-11 20:28:33 -04:00
SuperRonanCraft
b8c6933dad credits 2020-08-11 20:10:22 -04:00
SuperRonanCraft
88e6c1f85b lang updates 2020-08-11 16:32:14 -04:00
SuperRonanCraft
3bea7167a7 effects load properly + Added Loading and Cancelled Titles 2020-08-11 16:15:17 -04:00
SuperRonanCraft
375ade83b3 titles converted to effects + Delays message touch up 2020-08-11 13:02:13 -04:00
SuperRonanCraft
5a497dfc9e new effects.yml file + async chunk load loop fix 2020-08-11 11:59:22 -04:00
SuperRonanCraft
fe12cb802b Added Effects and invincibility
- If delays are disabled, cooldown will not add delay time to cooldown
- Added potion effects and invincibility upon rtp'ing
- While in debugger mode, be able to execute '/rtp test' to test potion effects and particles
- Fixed an issue with explode particle shape
2020-08-10 22:00:45 -04:00