Commit Graph
100 Commits
Author SHA1 Message Date
Pepich a990cba473 Added "look" option 2017-10-22 15:24:20 +02:00
Pepich 32da4b770b Fixed formatting, fixed improper variable access 2017-10-22 15:06:02 +02:00
Pepich ad9bc47b7e Fixed ips flag 2017-10-22 14:56:18 +02:00
Pepich 527de8129d Added ips flag 2017-10-22 14:56:04 +02:00
Pepich 9f2c92bfec Fixed ips flag 2017-10-22 14:55:31 +02:00
Pepich ac78f852eb Fixed lag on player join, fixed format, added "ips" flag 2017-10-22 14:55:14 +02:00
Pepich 66b02ee346 Made //grief a player-only command 2017-10-17 13:00:06 +02:00
Pepich 4b67fedbb0 Added dependency for /seen in case essentials isn't loaded 2017-10-17 12:58:02 +02:00
Pepich 6c375b41dd Message now warns if the target is afk (not on /reply) 2017-10-17 12:57:48 +02:00
Pepich 826863d585 Made vanish update the last-seen times for /seen 2017-10-17 12:57:28 +02:00
Pepich 1bddee5771 Initial commit 2017-10-17 12:56:52 +02:00
Pepich 523c835ddc Added //grief 2017-10-17 12:56:31 +02:00
Pepich b8bfb06f6b Fixed getConfig accessing user data instead of config data 2017-10-17 11:08:09 +02:00
Pepich 08a584c8b0 Fixed listeners not being unregistered, fixed cmd file 2017-10-16 23:04:30 +02:00
Pepich 46b059a818 Fixed inconsistent formatting 2017-10-16 22:59:45 +02:00
Pepich aac7578c08 removed redundant code, updated to new broadcast 2017-10-16 21:27:11 +02:00
Pepich 21ae1371d3 console now displays as AFK 2017-10-16 21:23:01 +02:00
Pepich e8400e9da9 Removed redundant code 2017-10-16 21:04:22 +02:00
Pepich 4be7a4de22 Fixed * prefix format 2017-10-16 21:01:14 +02:00
Pepich 0c35a55078 Fixed some comments 2017-10-16 20:58:42 +02:00
Pepich 3d8d1f0d1b AFK is no longer persistant through relogs 2017-10-16 20:53:31 +02:00
Pepich f264d2a2e4 Updating coloring to new broadcast 2017-10-16 20:51:43 +02:00
Pepich bd3f293447 fixed afk.cmd file 2017-10-16 20:48:42 +02:00
Pepich 6a04bba1d2 Fixed list vanish interaction 2017-10-16 20:39:20 +02:00
Pepich 6dd03f7b36 Made list respect vanish and AFK 2017-10-16 20:34:09 +02:00
Pepich b86c3777d3 initial commit 2017-10-16 20:33:59 +02:00
Pepich 7265e17759 Made vanish indicator a config setting 2017-10-16 20:33:21 +02:00
Pepich 5201d2058d Changed config naming rules, changed reload behaviour 2017-10-16 20:15:33 +02:00
Pepich c9cbefd3d7 Made vanish share vanished state through datamanager 2017-10-16 20:12:49 +02:00
Pepich e3c4032a8c Made /ping report the actual ping in ms 2017-10-16 18:44:52 +02:00
Pepich 6da0af9800 Added configs 2017-10-14 22:14:59 +02:00
Pepich f6f2fec9fb Fixed setstate method 2017-10-12 15:29:55 +02:00
PepichandNotPepich b59e3e34d3 Preparation for tp module
Also testing to forge the committer lol
2017-09-21 15:39:15 +02:00
Pepich ca47ef1e06 Fixed second protocol violation (again, again?) 2017-09-17 23:46:56 +02:00
Pepich 6f5b788736 Fixed protocol violation (again?) 2017-09-17 23:44:16 +02:00
Pepich b28cab91e0 Fixed improper coloring of various commands 2017-09-17 19:47:07 +02:00
PepichandGitHub 99837e4afe Merge pull request #19 from Pepich/master
Update to APIv4
2017-09-17 15:40:01 +02:00
Pepich 77c8fa3fb7 Update to APIv4. I hope this no borke git. 2017-09-17 15:34:22 +02:00
Pepich da813d9741 Fixed typo 2017-07-10 15:50:14 +02:00
Pepich ffab2a460c Initial commit 2017-07-10 15:20:47 +02:00
PepichandGitHub 287a62eaa8 Fixed Nemes' fix 2017-07-07 10:56:38 +02:00
PepichandGitHub 9e32d29808 Merge pull request #16 from RedstonerServer/List
Changed format of /list
2017-06-19 11:39:14 +02:00
Pepich d078850e5a Changed format of /list 2017-06-19 11:38:31 +02:00
Pepich 224a5daf91 Merge branch 'master' of https://github.com/RedstonerServer/Modules.git into List 2017-06-19 10:35:32 +02:00
Pepich 88b3d89603 Added /staff, remade /list
/list console will list everyone who was added to the console list via
/console_join <name>. Remove people again using /console_leave <name>.
These commands are supposed to be added to a join/leave script. Multiple
sessions for the same users are allowed and will be dealt with
appropriately.
2017-06-19 10:34:15 +02:00
PepichandGitHub 909927987b Merge pull request #15 from RedstonerServer/Misc
Added "hasperm" command
2017-06-16 18:05:58 +02:00
Pepich f108a58337 Added "hasperm" command 2017-06-16 18:05:25 +02:00
Pepich d3a217b97e Made check query re-attempt after failing a single time 2017-06-13 07:53:39 +02:00
Pepich 7915aa8a9a Made token query re-attempt after failing a single time 2017-06-13 07:51:26 +02:00
Pepich fa8d2ea1ee Made Motd module implement Listener 2017-06-13 07:46:44 +02:00
PepichandGitHub 6e09ae3a7d Merge pull request #14 from RedstonerServer/Nametags
Fixed nametags not updating properly when console issues a rank change
2017-06-11 20:37:58 +02:00
Pepich 95fc510e4f Fixed nametags not updating properly when console issues a rank change 2017-06-11 20:37:33 +02:00
PepichandGitHub 3c8a68d888 Merge pull request #13 from RedstonerServer/Naming
Actually fixed command String, renamed variables
2017-06-11 20:20:13 +02:00
Pepich 3137c6efca Actually fixed command String, renamed variables 2017-06-11 20:18:25 +02:00
PepichandGitHub cfe4616e63 Merge pull request #12 from RedstonerServer/Naming
Fixed command String
2017-06-11 20:14:31 +02:00
Pepich d4f95b7ed5 Fixed command String 2017-06-11 20:14:01 +02:00
PepichandGitHub 575d77e90d Merge pull request #10 from RedstonerServer/Motd
Fixed getMotd throwing NPE
2017-06-11 19:54:54 +02:00
Pepich 2376e8f4fd Fixed getMotd throwing NPE 2017-06-11 19:54:34 +02:00
PepichandGitHub 429266d922 Merge pull request #9 from RedstonerServer/Cleanup
Removed susender class
2017-06-11 19:43:49 +02:00
Pepich bd330f4149 Removed susender class 2017-06-11 19:43:32 +02:00
PepichandGitHub 0a21b48b15 Signalstrength (#8)
* Added SignalStrength module
2017-06-11 19:39:09 +02:00
PepichandGitHub 67f8a47b6e Merge pull request #7 from RedstonerServer/Datamanager
Fixed DataManager breaking on remote module reloading
2017-06-11 19:29:49 +02:00
Pepich 9aef7d1fa3 Fixed DataManager breaking on remote module reloading 2017-06-11 19:29:04 +02:00
PepichandGitHub b7cda17e37 Merge pull request #6 from RedstonerServer/AC
Added /acn (see /sayn)
2017-06-11 16:36:13 +02:00
Pepich 18230db392 Added /acn (seen /sayn) 2017-06-11 16:22:07 +02:00
PepichandGitHub 6758acc826 Merge pull request #5 from RedstonerServer/Naming
Made module no longer use NMS code
2017-06-10 00:55:10 +02:00
Pepich 0b9c19c866 Made module no longer use NMS code 2017-06-10 00:54:18 +02:00
PepichandGitHub 1ec2cb949c Naming (#4)
* Added -a (append) flag to allow multi-line lores

* Fixed potential NPE

* Fixed command string. Derp.
2017-06-08 19:37:00 +02:00
PepichandGitHub 0b29d6e312 Naming (#3)
* Added -a (append) flag to allow multi-line lores

* Fixed potential NPE
2017-06-08 19:31:27 +02:00
Pepich 511718ca04 Fixed ModInventory being able to spawn in items in survival 2017-05-30 18:52:01 +02:00
Pepich 4b874814ee Added command aliases "set" and "toggle" 2017-05-30 12:03:32 +02:00
Pepich d965f30dca General cleanup
Removing outdated comments
Removing outdated annotations
Adding new annotations
Removing deprecation
2017-05-30 11:56:56 +02:00
Pepich c0fab2a72e Moved "util" package contents into correct "utils" package 2017-05-30 11:52:34 +02:00
Pepich 2a3958d9b3 Fixed remove method not properly deteling entries 2017-05-29 12:46:41 +02:00
Pepich 8f7b6c8e6d Updated BPM to use DataManager 2017-05-29 12:46:26 +02:00
Pepich 80ce433bae Added (WIP!) new modules and utils:
Modules:
 - Friends
 - IPLock
 - Teleport

Utils:
2017-05-29 10:28:57 +02:00
Pepich fdc3113523 Added missing space. Derp. 2017-05-29 08:13:48 +02:00
Pepich cafc83381e Fixed a bug where check would always result in empty tag check data 2017-05-29 08:11:26 +02:00
Pepich 14fca7a3d0 Reworked API to allow direct access by ID instead of cmdsender 2017-05-18 14:23:33 +02:00
Pepich 6a2c171ea4 Added "data import <file> as <module>" command 2017-05-18 13:28:19 +02:00
Pepich c35c7df4c8 Added "data import" to allow modules importing data easily 2017-05-18 13:27:57 +02:00
Pepich 33d1e25632 Added stripcolor "partial" which will translate colors into &-codes 2017-05-13 23:31:40 +02:00
Pepich 7164a26839 Fixed /r showing up as /m in socialspy 2017-05-13 23:24:34 +02:00
Pepich bbba4ecff0 Fixed /m sending a socialspy message to you even when you are the target 2017-05-13 20:27:41 +02:00
Pepich f8293f001f Fixed reflection wrapper breaking on reload of other modules 2017-05-13 17:03:26 +02:00
Pepich 59a4e13fca Implemented test command 2017-05-13 17:02:36 +02:00
Pepich 58e7cd27af Added test command 2017-05-13 17:01:56 +02:00
Pepich 49b649a1b0 Fixed reflection wrappers breaking on reloading of different classes 2017-05-13 17:01:46 +02:00
Pepich 5c58f81f83 Fixed %s(ommand) to say %c(ommand) 2017-05-13 12:48:11 +02:00
Pepich b0fad21cac Fixed format_help info screen 2017-05-13 12:45:52 +02:00
Pepich afb2c29f7f Fixed /r not updating reply target list 2017-05-11 20:03:34 +02:00
Pepich fc485b0fe0 Added static wrappers for datamanager and socialspy functions 2017-05-11 20:02:37 +02:00
Pepich dfdabe2307 Removed static accesses as they break updating on runtime 2017-05-11 19:01:13 +02:00
Pepich 83ab05780b Removed static accesses as they break updating on runtime 2017-05-11 18:59:07 +02:00
Pepich fb171ff7c1 Fixed socialspy integration and group switching 2017-05-11 18:46:28 +02:00
Pepich a3a51968b2 Fixed messages being sent twice sometimes 2017-05-11 18:46:16 +02:00
Pepich 0179d7563c Added migrate command 2017-05-11 18:31:09 +02:00
Pepich 84316c4596 Updated to use new, independant SocialSpy module 2017-05-11 18:21:39 +02:00
Pepich c052b947bf Updated to use independant SocialSpy module 2017-05-11 18:20:55 +02:00
Pepich a4e7c2745e Turned SocialSpy into independant module 2017-05-11 18:19:24 +02:00