minenash
|
d41eb32af7
|
Fixed Version number
|
2018-01-14 17:29:38 -05:00 |
|
minenash
|
b3fd712633
|
Added isUUID
|
2018-01-14 17:28:53 -05:00 |
|
Pepich
|
e0101bbd1d
|
Merge pull request #6 from RedstonerServer/APIv4_spigot_1.12
APIv4, support for spigot 1.12 (and up)
|
2017-10-31 16:53:30 +01:00 |
|
Pepich
|
55635334d0
|
Made Vault a soft dependency
|
2017-10-25 18:47:16 +02:00 |
|
Pepich
|
95896beadc
|
Fixed improper version respecting
|
2017-10-16 20:42:25 +02:00 |
|
Pepich
|
d2810d09f7
|
Broadcast no longer color translates
|
2017-10-13 18:03:40 +02:00 |
|
Pepich
|
5ccfe4b121
|
Update to APIv4. I hope this no borke git.
|
2017-09-17 15:35:08 +02:00 |
|
Pepich
|
a5c54126bc
|
Added ChatAPI and ChestAPI to manifest.mf
|
2017-07-27 16:27:07 +02:00 |
|
Pepich
|
4524fd19f0
|
General cleanup, reseting all versions to 4.0 in preparation of release
|
2017-07-27 16:26:04 +02:00 |
|
Pepich
|
c81082600f
|
Updated plugin.yml
|
2017-07-09 13:28:07 +02:00 |
|
Minenash
|
14af1d6fff
|
Added sendMessage and sendErrorMessage methods w/o the prefix argument.
|
2017-07-08 15:11:24 -04:00 |
|
Pepich
|
110e599632
|
Added getID method
|
2017-07-08 12:45:27 +02:00 |
|
Pepich
|
5855fce2e4
|
Made previous change to getCaller grant backwards compatibility
|
2017-07-08 12:18:32 +02:00 |
|
Pepich
|
ca3aee41a6
|
Preparation for APIv4, general code cleanup
|
2017-07-08 12:12:30 +02:00 |
|
Pepich
|
25294b4e5f
|
Switched to bukkit ChatColor instead of Bungee
|
2017-06-12 16:18:29 +02:00 |
|
Pepich
|
f82e541285
|
Made ModuleLoader compatible with 1.12 (exclusively)
|
2017-06-10 00:39:08 +02:00 |
|
Pepich
|
438c1ae72e
|
Fixed getCaller always returning "Thread"
|
2017-05-31 13:17:09 +02:00 |
|
Pepich
|
f6d3537d93
|
Changed getCaller() to no longer abuse Exceptions
|
2017-05-29 14:18:08 +02:00 |
|
Pepich
|
b218d77d20
|
Removed improperly placed "@throws" from javadocs
|
2017-05-14 23:53:32 +02:00 |
|
Pepich
|
45093f653f
|
Added custom manifest file to jar to make cmdmanager an external lib
|
2017-05-11 14:09:23 +02:00 |
|
Pepich
|
0140aeee02
|
Updated version ._.
|
2017-05-09 11:24:30 +02:00 |
|
Pepich
|
ed4da2e766
|
Updated getCaller method
|
2017-05-09 11:24:11 +02:00 |
|
Pepich
|
da9d341182
|
Fixed "external" getCaller method
|
2017-05-09 11:19:28 +02:00 |
|
Pepich
|
db6ac8ed38
|
Added option to change "module-header-name"
|
2017-05-05 10:51:44 +02:00 |
|
Pepich
|
7f5994c486
|
Improved color handling (&&a now is a literal '&a' instead of green)
|
2017-05-05 10:26:35 +02:00 |
|
Pepich
|
e6625fd379
|
Moved colorify method into Utils class
|
2017-05-05 10:23:30 +02:00 |
|
Pepich
|
d2e8b5fa36
|
Updated version
|
2017-05-05 10:10:54 +02:00 |
|
Pepich
|
df786c7c3e
|
Fixed NPE
|
2017-05-05 10:10:40 +02:00 |
|
Pepich
|
538560a8cd
|
Fixed potential memory leak
|
2017-05-05 10:08:44 +02:00 |
|
Pepich
|
55badbb875
|
Fixed modules not being removed from memory properly
|
2017-05-05 10:07:37 +02:00 |
|
Pepich
|
71906eb107
|
Updated to APIv3.2
Commands can now be unregistered. Requires CommandManager as of
2017/05/05 09:44
|
2017-05-05 09:43:31 +02:00 |
|
Pepich
|
1ee4a123d2
|
Updated API to version 3.2
|
2017-05-05 09:21:19 +02:00 |
|
Pepich
|
205cdb2d86
|
Removed old files after moving over to new Repository
|
2017-05-05 00:19:42 +02:00 |
|
Pepich
|
bc22232b0b
|
Reverted last commit (derp)
|
2017-05-05 00:11:25 +02:00 |
|
Pepich
|
e88276967c
|
idk git stop complaining? I did nothing with these
|
2017-05-05 00:07:35 +02:00 |
|
Pepich
|
771b83c7d1
|
Added getModule function
|
2017-05-05 00:07:07 +02:00 |
|
Pepich
|
bb95bf2700
|
Fixed sendErrorMessage throwing NPEs
|
2017-03-31 14:19:23 +02:00 |
|
Pepich
|
ca0582cafe
|
Fixed postinit to be run twice, as well as double linking listeners
|
2017-03-30 18:25:20 +02:00 |
|
Pepich
|
bcaabdce17
|
Removed unnecessary comments (see config file)
|
2017-03-30 14:46:43 +02:00 |
|
Pepich
|
5b9537c650
|
Dynamically loaded modules will have their autolisteners now respected
|
2017-03-30 14:46:20 +02:00 |
|
Pepich
|
3ee9f7be1b
|
Fixed NPE
|
2017-03-29 21:39:57 +02:00 |
|
Pepich
|
54bd7ba4ac
|
Moved loadFromConfig functionality from Main to ModuleLoader
|
2017-03-29 14:56:42 +02:00 |
|
Pepich
|
7e01ec6c56
|
Suppressing deprecation warning for seamless backwards compatibility
|
2017-03-29 14:51:46 +02:00 |
|
Pepich
|
d9ffac4678
|
Made module auto loading config based
|
2017-03-29 14:46:33 +02:00 |
|
Pepich
|
b5eebeddab
|
Fixed mutli-class modules to be unrelodaable
|
2017-03-29 12:47:35 +02:00 |
|
Pepich
|
6ad9e5e7e6
|
Merge branch 'master' of
https://github.com/RedstonerServer/New_JavaUtils.git
Conflicts:
src/com/redstoner/coremods/moduleLoader/ModuleLoader.java
|
2017-03-29 09:56:21 +02:00 |
|
Pepich
|
8f8859277e
|
Disallowed sudoing the modules command as of API v3.1
|
2017-03-29 09:32:17 +02:00 |
|
Pepich
|
0f2d365743
|
Updated to API v3.1
|
2017-03-29 09:31:57 +02:00 |
|
Pepich
|
dbca8263a0
|
Added dynamic loading functionality, Updated API to v3.1.0
|
2017-03-29 09:30:15 +02:00 |
|
Pepich
|
0db0c9b5f6
|
Moved moduleloader cmd into seperate file; Prepared load cmd
|
2017-03-24 10:56:57 +01:00 |
|