Commit Graph

182 Commits

Author SHA1 Message Date
Sekwah
51dbb408a6 A little cleanup 2024-11-18 05:32:21 +00:00
Sekwah
5e2d4a4dba Changing a few things 2024-11-18 05:32:21 +00:00
Sekwah
cdde81dbb7 Moving more stuff 2024-11-18 05:32:21 +00:00
Sekwah
b8c14b13f5 Moving stuff and looking at better registry 2024-11-18 05:32:21 +00:00
Aztec
7d29e70cf6 Reorganized the folders slightly
Reorganized the way repositories are
2024-11-18 05:32:21 +00:00
Sekwah
03530bb5e6 Removed fabric 2024-11-18 05:32:21 +00:00
Sekwah
2423d17793 Updated build.gradle 2024-11-18 05:32:21 +00:00
Sekwah
faeb50de39 Fixed lang files and updated references 2024-11-18 05:32:21 +00:00
Brian
2955777f37 Fixes #133 Changed OnJoinEvent to correctly represent the function and
because Sekwah is a spelling dunce.
2024-11-18 05:32:21 +00:00
Brian
028a8210a3 Fixes #133 Changed OnJoinEvent to correctly represent the function. 2024-11-18 05:32:21 +00:00
Unknown
76589d046a Fixed language files 2024-11-18 05:32:21 +00:00
SamuDu24
77a4546a9e Rename en_GB.lang to fr_FR.lang 2024-11-18 05:32:21 +00:00
SamuDu24
4ebb20df54 Update en_GB.lang 2024-11-18 05:32:21 +00:00
SamuDu24
f4f230a418 fr_FR.lang
Traduction française de AdvancedPortals.
2024-11-18 05:32:21 +00:00
Sprungente
20190578a6 Add German Translation
I hope this file support UTF 8 because äöü.
2024-11-18 05:32:21 +00:00
Sekwah
811c790b64 Started looking to also do fabric support 2024-11-18 05:32:21 +00:00
Sekwah
b372a018bc Fixed portal registry 2024-11-18 05:32:21 +00:00
Sekwah
3fa873315c updated version reading code 2024-11-18 05:32:21 +00:00
Sekwah
a10655d8a8 Removed forge code
It is stored in a branch but it will need to be updated to 1.13
2024-11-18 05:32:21 +00:00
Sekwah
2322f72bbc Updated op code 2024-11-18 05:32:21 +00:00
Sekwah
6593f21bed Added the basics of opped code to forge 2024-11-18 05:32:21 +00:00
Sekwah
c88b6f3b9d Added cache and removed imports 2024-11-18 05:32:21 +00:00
Sekwah
32524e6ce9 Changed selections to not use enum 2024-11-18 05:32:21 +00:00
Sekwah
430b278e4c Started adding material list for forge 2024-11-18 05:32:21 +00:00
Sekwah
6877e22b3b Started to get forge working 2024-11-18 05:32:21 +00:00
Sekwah
76bd76d015 Removed unneeded system outs 2024-11-18 05:32:21 +00:00
Sekwah
fafc2d20d8 Changed connector to have an implementation interface 2024-11-18 05:32:21 +00:00
Sekwah
6d887c5b37 Removed constructors 2024-11-18 05:32:21 +00:00
Sekwah
f7d47519b7 Changed inject annotation and build so it only does for spigot atm
Still learning a lot about all this and loving it so far
2024-11-18 05:32:21 +00:00
Sekwah
ed3c28faee Now gets mc version from spigot 2024-11-18 05:32:21 +00:00
Sekwah
3e34ea8a0d Left in thing by mistake 2024-11-18 05:32:21 +00:00
Sekwah
fa732c4e60 Removed dumb try catch system i had made 2024-11-18 05:32:21 +00:00
Sekwah
5f91430531 Changed references 2024-11-18 05:32:21 +00:00
Sekwah
afe32f5086 Changes to static references 2024-11-18 05:32:21 +00:00
Sekwah
c69c66c76c Moved the removeplayerselection method 2024-11-18 05:32:21 +00:00
Sekwah
031085f3bf Removed test messages 2024-11-18 05:32:21 +00:00
Sekwah
e12438e10e Stream is now properly recieved 2024-11-18 05:32:21 +00:00
Sekwah
2f9a9622db Updated references for listener 2024-11-18 05:32:21 +00:00
Sekwah
a3625af88f Testing data 2024-11-18 05:32:21 +00:00
Sekwah
fb4d4b1da5 Updated build 2024-11-18 05:32:21 +00:00
Sekwah
79e51c7f27 Not working yet but moved stuff 2024-11-18 05:32:21 +00:00
Sekwah
b71a631bae Forgot service classes 2024-11-18 05:32:21 +00:00
Sekwah
6dbfa6f242 Moving to service handlers 2024-11-18 05:32:21 +00:00
Sekwah
77e037601b Changing layout of project 2024-11-18 05:32:21 +00:00
Brian
b9475a3550 Moved classes and packages to be in src > main > java 2024-11-18 05:32:21 +00:00
Sekwah
7d07c55b67 Moved lang 2024-11-18 05:32:21 +00:00
Brian
b01e84b39a Moved classes and packages to be in src > main > java 2024-11-18 05:32:21 +00:00
Alastair
776895f45d Rewrote to have no references to any of the platforms 2024-11-18 05:32:21 +00:00
Sekwah
6a228d8e7d release version: 1.0.0 [skip ci] 2024-07-27 22:42:36 +00:00
Sekwah
8f29d203e2 fix!: disable proxy detection to avoid vulnerabilities (see full commit for more info)
If you are using 1.12 or lower you are unaffected as the features causing this issue were not implemented back then.

Thanks to rooter.rs for notifying me of these issues as well as helping code and test a fix for this.

Velocity was unaffected by this issue if you had the plugin on the proxy though due to the likelihood that may not be the case I have decided to disable this for everyone by default

If you are on bungee you will 100% want to update to this version right away.

For a full writeup by roote.rs see https://roote.rs/posts/advancedportals/
2024-07-27 23:41:33 +01:00