Logan Fick
619c603a4f
Reformatted code.
v1
2019-02-08 16:53:55 -05:00
Logan Fick
50f53a63d1
Added IntelliJ IDEA configuration files.
2019-02-08 16:51:03 -05:00
Logan Fick
a1b633e34e
Removed example plugin.
2019-02-08 16:45:31 -05:00
Logan Fick
c984782e9f
Added gitignore file.
2019-02-08 16:42:44 -05:00
Logan Fick
3b14a525e8
Added Travis CI configuration file.
2019-02-08 16:41:09 -05:00
Logan Fick
31977c9cf4
Converted project to use Gradle.
2019-02-08 16:34:43 -05:00
Logan Fick
28f33a0efd
Pulled licensing change from upstream.
2019-02-08 16:29:54 -05:00
Nemes
b93142546f
licensed, kinda
2019-02-08 22:19:01 +01:00
Minenash
3df8bfa31a
Removed debug statements and uncommented 2 lines of code
2019-01-13 00:35:34 -05:00
Minenash
ff281241b5
Added the ability to unload using the fallback.*
...
* Unfortunately it still won't remove the commands from the TabComplete
* Also, changed the error msg from an unregistered command to help
lessen the confusion on the previous issue.
2019-01-13 00:32:55 -05:00
Minenash
8f2200619e
Changed /command:command to /module:command
2018-12-28 23:56:26 -05:00
Minenash
5f2da4a9da
Updated to 1.13.
2018-11-13 17:14:48 -05:00
Dico200
0988e1c186
Add plugin.yml, remove traces of gradle
2017-11-15 18:49:44 +00:00
Dico200
a7514074e2
Convert to Maven
2017-11-15 18:46:37 +00:00
Nemes
df122f639f
Added command unregistration
2017-11-03 17:20:41 +01:00
Pepich
b61ba96fa5
Fixed gettingName never being reset after the name was read
2017-05-11 14:05:07 +02:00
Nemes
a6ca6448bd
Fixed "alias" not being a possible name for a command or alias
2017-05-09 20:46:57 +02:00
NEMESIS13cz
9f2cdcf418
Changed quote escaping to space escaping
2017-05-09 18:48:27 +02:00
NEMESIS13cz
98f34d1dcd
Added alias support
2017-05-09 15:31:13 +02:00
Pepich
ca7b33dd26
Merge pull request #1 from RedstonerServer/AsyncMod
...
Async commands and overriding/removing commands
2017-05-09 14:15:09 +02:00
Pepich
6ca0abc74a
Added functionality to unregister commands
2017-05-05 09:44:03 +02:00
Pepich
570e627330
Made Executable able to override existing commands
2017-03-30 00:56:42 +02:00
Nemes
49e7a1b28d
Fixed file loader not appending NL
2017-03-10 15:18:44 +01:00
Pepich
67a6b13f64
Added support for Async commands
2017-02-01 11:55:02 +01:00
psrcek
a6e089ed79
Added maven central repository (fixes build fail)
2017-01-31 17:57:06 +01:00
psrcek
a2a2672507
Updated gradle wrapper
2017-01-02 17:26:16 +01:00
psrcek
22c7df17f5
Cleaned up build file + updated bukkit dependency to 1.11.2
2017-01-02 17:15:37 +01:00
psrcek
0cc02e51ca
Added missing package to example
2016-11-19 20:01:59 +01:00
psrcek
8f9389128d
Moved examples out of gradle tests
2016-11-19 19:24:24 +01:00
psrcek
2a0355f43d
Removed .gradle directory
2016-11-19 18:41:21 +01:00
psrcek
436da98907
Converted to a gradle project
2016-11-19 18:35:46 +01:00
NEMESIS13cz
cbe402fc73
added 'empty' commands (e.g /stop)
2016-11-19 16:56:48 +01:00
NEMESIS13cz
5358030f8d
improved message coloring
2016-11-19 16:25:07 +01:00
NEMESIS13cz
4e7049b213
Fixed noperm commands not working
2016-11-19 16:12:52 +01:00
NEMESIS13cz
80d27b488b
Added "multiword" strings
2016-10-16 10:26:15 +02:00
NEMESIS13cz
1c0b0eac57
added comments in the main parser
2016-08-20 20:22:12 +02:00
NEMESIS13cz
c0098fb61f
fixed a bug and added proper string arguments
2016-08-20 19:25:30 +02:00
NEMESIS13cz
2ebd064129
boolean now supports 'yes' and 'no'
2016-08-20 17:53:23 +02:00
NEMESIS13cz
b75ced0cc5
Added flags and fixed cmd->java parameter ordering
2016-08-20 17:51:09 +02:00
NEMESIS13cz
49016a10ae
magik
2016-08-18 20:44:50 +02:00
NEMESIS13cz
36c54e159f
player/console definition and on-the-fly commands
2016-08-06 18:32:20 +02:00
NEMESIS13cz
4c49adc127
Added boolean args
2016-08-06 14:22:39 +02:00
NEMESIS13cz
d4388b9fd7
Customizable formatting
2016-08-06 12:52:03 +02:00
BuildTools
a69328a436
Added proper print outs
2016-08-06 12:38:04 +02:00
BuildTools
24ec6d2a32
First Commit
2016-08-06 12:00:33 +02:00
Nemes
e63adbdb82
Update README.md
2016-08-06 11:58:47 +02:00
Nemes
44d8cf1645
Initial commit
2016-08-06 11:58:01 +02:00