.gitignore
|
/pluginversions is broken, Fixed mail send colours.
|
2015-04-10 23:55:30 +02:00 |
abot.py
|
Added (sub/main)command, removed abot error check
|
2015-04-03 02:01:57 +02:00 |
adminchat.py
|
remove trailing whitespace, replace tabs with 4x space
|
2015-08-13 00:30:54 +02:00 |
adminnotes.py
|
remove trailing whitespace, replace tabs with 4x space
|
2015-08-13 00:30:54 +02:00 |
badges.py
|
Changed all CommandExecutor arguments
|
2015-03-19 23:51:33 +01:00 |
basecommands.py
|
small addition to basecommands documentation
|
2015-10-20 18:10:56 +02:00 |
blockplacemods.py
|
Fixed typo
|
2016-06-12 13:34:33 +02:00 |
calc.py
|
Changed to ignore lower/upper case
|
2015-10-27 17:05:55 +01:00 |
chatalias.py
|
Mysql update tweak
|
2016-06-12 18:13:42 +02:00 |
chatgroups.py
|
Fix yo shitty chatgroups code
|
2016-05-25 02:46:53 +02:00 |
check.py
|
made /check display email not confirmed warning
|
2016-06-12 18:04:17 +02:00 |
CONTRIBUTING.md
|
use GitHub's wiki :octocat:
|
2014-12-18 01:16:25 +01:00 |
cycle.py
|
Fix cycle for 1.10 (will break in 1.8 now..)
|
2016-06-12 20:02:06 +02:00 |
damnspam.py
|
Removed unneeded try/except clause
|
2016-05-30 15:47:24 +02:00 |
forcefield.py
|
Changed all CommandExecutor arguments
|
2015-03-19 23:51:33 +01:00 |
friends.py
|
Friends fix
|
2016-05-30 04:52:10 +02:00 |
helpers.py
|
Fix calc
|
2016-05-31 18:03:46 +02:00 |
imbusy.py
|
Replaced imbusy interception implementations with the tool from misc
|
2016-06-25 11:48:15 +02:00 |
imout.py
|
Prevent /up griefing, add /ackey, minor tweaks
|
2015-06-03 01:09:07 +02:00 |
iptracker.py
|
iptracker v1.1.0 updating to helpers v2.0.0 functions; fixing bugs in data management and command execution
|
2016-01-09 16:43:19 +01:00 |
lagchunks.py
|
Changed all CommandExecutor arguments
|
2015-03-19 23:51:33 +01:00 |
LICENSE.md
|
add license, fixes #1
|
2014-12-26 18:28:59 +01:00 |
loginsecurity.py
|
Cleaned up some of helpers.py
|
2016-05-30 00:05:49 +02:00 |
main.py
|
Fix serversigns derp
|
2016-06-26 05:48:36 +02:00 |
mentio.py
|
This seems to fix everything
|
2015-10-31 19:31:32 +01:00 |
misc.py
|
fixed small issue with interceptions
|
2016-06-25 11:47:31 +02:00 |
motd.py
|
Changed all CommandExecutor arguments
|
2015-03-19 23:51:33 +01:00 |
mysqlhack.py
|
Revert "Merge branch 'wrapper' of https://github.com/RedstonerServer/redstoner-utils into wrapper"
|
2015-11-25 15:49:52 +01:00 |
nametags.py
|
Fixed naming error in rank trainingmod
|
2016-02-15 16:50:21 +01:00 |
player.py
|
Fix error on player quit for player.py
|
2016-05-28 21:43:59 +02:00 |
playermanager.py
|
Removed nickname print, dot suffixes cannot be parsed into ASCII
|
2015-08-10 19:06:01 +02:00 |
plotter.py
|
move module descriptions to main.py or modules themself
|
2015-01-07 00:17:20 +01:00 |
plugin.yml
|
Fix hooking commands throwing UnsupportedOperationException. Server will instead tell us that the command 'serversigns' was not found in RedstonerUtils at the end of start, which is bullshit, everything works.
|
2016-06-29 12:05:14 +02:00 |
pmtoggle.py
|
Added more aliases
|
2016-02-15 17:38:19 +01:00 |
punishments.py
|
Fixed offline players and no notification for the punished player
|
2015-10-30 16:37:47 +01:00 |
README.md
|
use GitHub's wiki :octocat:
|
2014-12-18 01:16:25 +01:00 |
reports.py
|
Fix missing ()
|
2015-04-13 20:57:25 +02:00 |
saylol.py
|
Final fix to lol list pageing
|
2016-05-31 17:52:56 +03:00 |
scriptutils.py
|
Fixed spelling mistake
|
2015-10-11 15:33:31 +02:00 |
secrets.py.example
|
add secrets.py.example
|
2014-12-20 18:53:52 +01:00 |
servercontrol.py
|
First working prototype of servercontrol to redstoner
|
2015-08-28 05:53:36 +02:00 |
serversigns.py
|
Removed an error and fixed /serversigns being completely inaccessible.
|
2016-06-28 11:35:45 +02:00 |
setup.sh
|
Fixed capitalization
|
2015-12-26 23:57:34 +01:00 |
signalstrength.py
|
Removed unneeded permission check from signalstrength.py... again xD
|
2015-11-03 19:16:35 +01:00 |
skullclick.py
|
change indentation from 2 spaces to 4, fix #5
|
2015-01-06 23:38:42 +01:00 |
snowbrawl.py
|
Merge branch 'dev' of https://github.com/RedstonerServer/redstoner-utils into dev
|
2015-08-13 15:01:37 +02:00 |
spawnplayer.py
|
Changed all CommandExecutor arguments
|
2015-03-19 23:51:33 +01:00 |
synchronizeranks.py
|
Fix survival use of /signalstrength, other interesting changes
|
2015-11-03 19:05:15 +01:00 |
tag.py
|
Now works with offline players
|
2015-10-30 16:31:23 +01:00 |
tilehelper.py
|
move module descriptions to main.py or modules themself
|
2015-01-07 00:17:20 +01:00 |
vanish.py
|
Revert "wrapper_command WIP"
|
2015-11-25 15:24:34 +01:00 |
vanishfix.py
|
Added a temporary fix for the knows /vanish bug
|
2015-09-06 01:39:53 +02:00 |
webtoken.py
|
Changed all CommandExecutor arguments
|
2015-03-19 23:51:33 +01:00 |