Commit Graph

52 Commits

Author SHA1 Message Date
JOO200
fdb22ab8b5 feat: Added WorldEdit Integration
* New config option to enable WorldEdit integration
* New command "/portal we-selection <name>" to select the Portal as WorldEdit selection
* When enabled: Create portals with WorldEdit selections, disable AdvancedPortal's Wand
2021-12-15 00:13:30 +00:00
Mohammed Al-Dahleh
3928922de3 feat: Adds ability to configure warp message 2021-11-29 12:00:25 +00:00
Sekwah
81d64ecc5a feat: Allow the ability to disable the proxy warning message 2021-09-01 17:46:58 +01:00
Sekwah
62307c6bcf fix: Issue where portal events activate too early in survival
Fixes #228
2021-07-14 09:34:36 +01:00
Sekwah
f364828176 feat: Added missing commands from tab complete 2021-06-27 21:28:11 +01:00
Sekwah
7c78f414ac
fix: Spigot 1.17 error message (#260)
* chore(ci): Add renovate

* fix: 1.17 launch non-critical error

Fixes #259
2021-06-27 18:53:43 +01:00
Sekwah
99c810e1be
feat(proxy): Added a ForceEnableProxySupport config option
This is in case other plugins may be messing with the location after swapping servers so that it is enforced after the others.
2021-05-14 03:16:43 +01:00
Sekwah
f3c8f73975
feat(proxy): Modern forwarding will be automatically detected.
You will no longer need to manually set ForceEnableProxySupport
2021-05-14 03:14:24 +01:00
Sekwah
a1121adc10
feat: Added configurable proxy teleport delay 2021-05-13 00:42:45 +01:00
Sekwah
5c1f712765
Added auto detection at modern forwarding 2021-05-09 03:45:31 +01:00
Sekwah
4648ca31d6
Removed unused broken import 2021-03-23 01:38:29 +00:00
Sekwah
ecd11a7f34
Clean up code a little and alter tags 2021-02-01 00:59:23 +00:00
loonybtard
ff4fd1f3e7 custom particle effect on warp 2021-01-30 02:50:36 +03:00
loonybtard
5682b94aef fix unused hideActionBar 2021-01-30 00:37:36 +03:00
Sekwah
886a8744e2
Merge parts 2021-01-25 01:05:47 +00:00
Sekwah
41643caff2
Cleanup 2021-01-24 03:08:14 +00:00
Sekwah
f8e5cced9e
Add force override to enable proxy. 2021-01-24 03:05:58 +00:00
Sekwah
1796945896
Adding velocity support 2020-12-30 02:49:45 +00:00
Sekwah
2063c8e30c
Fixed entity teleporting? 2020-12-03 22:45:05 +00:00
Sekwah
9279be58aa
Fixed an issue with spam re-triggering on portal events 2020-11-28 17:07:24 +00:00
Sekwah
6dd23ddeee
Added extra checks to in portal as well as fix spam trigger on commands 2020-10-26 03:39:32 +00:00
Sekwah
d104da907f
Changed for better support for paperspigot 2020-09-23 10:06:05 +01:00
Sekwah
f14fd9f692
Fixed for the new more reliable event 2020-09-23 02:00:49 +01:00
Sekwah
42b01ec059
Removed large warning messages 2020-07-19 14:33:02 +01:00
Sekwah
806beea62a
Removed large warning message
this was only here for a transition period
2020-07-19 14:27:10 +01:00
Daniil
d950d8eb22
better check for bungeecord support
For some custom forks like Tuinity and such.
Also this next warning is enormous and just annoying. I think there's should be some configurable option in the config to disable it. Can make a PR for this too if needed.
2020-07-19 04:09:41 +03:00
tmantti
f82de6be12
Update AdvancedPortalsPlugin.java 2020-07-16 12:58:06 +03:00
tmantti
77096a931c
Update Listeners.java 2020-07-16 12:41:28 +03:00
tmantti
1cba807351
Update PluginMessageReceiver.java 2020-07-16 12:36:25 +03:00
tmantti
35845e1caa
Update AdvancedPortalsPlugin.java 2020-07-16 12:33:59 +03:00
tmantti
cf2ff77ccb
Update PluginMessageReceiver.java 2020-07-15 13:59:11 +03:00
Sekwah
17fb0c5332
Fixed security vulnerability 2020-07-02 02:39:23 +01:00
Sekwah
468715a29f Removed useless comment 2020-06-28 21:26:57 +01:00
Sekwah
f2090a917b Optimised imports and removed comment 2020-06-26 02:33:38 +01:00
Sekwah
1c413c82e5 Updated to 1.16
Solves #200

Also removed the compat file so this should be far more forwards compatible
2020-06-26 00:42:39 +01:00
Sekwah
4012e9bc01 Fixed permissions surrounding /portal warp 2020-06-21 03:18:26 +01:00
Sekwah
6c9eeb06d0 Added disablegateway feature 2020-06-21 02:49:18 +01:00
Sekwah
a4771aa86a Ment to set as 0.5.4 2020-06-18 03:40:10 +01:00
Sekwah
d2a362e5af Fixed bungee issues and protection 2020-06-18 03:37:06 +01:00
Sekwah
9528ad6049 Added forgotten bracket from pr
I assume this one was done in a text edior
2020-04-20 20:36:42 +01:00
silicondev
2100e5cec9
Fixed issue where help menu appears even if a player uses a successful portal warp command.
Added else if statement at line 80 checking for single arg instead of 2. This should now only appear if a player both has permission and has not specified a portal to warp to.
2020-04-20 19:06:28 +01:00
Sekwah
dc8a301ff2 Fixed #187 as well as adds bungeecommand 2020-04-20 13:23:52 +01:00
Sekwah
36a75a2bd6 Added leavedesti 2020-04-08 17:28:26 +01:00
Tomasz Piowczyk
028482a46c Add data cleaner task 2020-04-08 15:44:53 +02:00
Tomasz Piowczyk
f61ac373a4 Cooldown uses extra data, remove onLeaveEvent for cooldown persistance, add join cooldown 2020-04-06 22:36:46 +02:00
Tomasz Piowczyk
414835a690 Remove debug message and make default cooldown 0 2020-04-04 17:34:06 +02:00
Tomasz Piowczyk
dafb14ffb4 Add cooldown per portal feature 2020-04-04 17:12:09 +02:00
dalbodeule
7009129085
delete not use package imports 2020-02-22 12:40:14 +09:00
dalbodeule
5402a0ab4e
some comment deleted, add null-check/delay 20Ticks 2020-02-06 17:19:43 +09:00
dalbodeule
e926515175
add null check for bungee portal destination 2020-01-21 20:22:12 +09:00