Redstoner's plugins, written in Python. https://github.com/RedstonerServer/redstoner-utils
This repository has been archived on 2024-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Dico fd368a8aac Patch buggy movement blocking when logging in
Added a separate event handler for PlayerMoveEvent which instead of cancelling the event, sets the new position to the old one.
This should fix the buggy, flashy screen you get when you move your cursor while not yet logged in.
2016-06-23 05:21:24 +02:00
.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 Fix for bug, where you can shift click and toggle levers 2016-06-21 21:46:48 +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 Forgot to set this timeout back up after testing... Derp 2016-05-31 01:00: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 Patch buggy movement blocking when logging in 2016-06-23 05:21:24 +02:00
main.py Made serversigns force its commands into the command map (to replace the java plugin ServerSigns its commands) 2016-05-31 16:39:54 +02:00
mentio.py This seems to fix everything 2015-10-31 19:31:32 +01:00
misc.py Removed Pan from pythoners, added Pep, added essentials:esudo to sudo_blacklist 2016-05-29 22:18:42 +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 Undoing these small changes from last commit... 2016-05-25 02:40:50 +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 Serversigns permissions fix, adapted help page to user permissions, implemented help pages 2016-06-05 17:46:35 +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

RedstonerUtils

Redstoner's custom plugins, written in python.


Contributing

If you want to contribute, please read through the pages on the wiki.