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
2016-04-11 15:41:59 +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 Added comment with permission nodes to blockplacemods 2015-12-09 22:33:48 +01:00
calc.py Changed to ignore lower/upper case 2015-10-27 17:05:55 +01:00
chatalias.py Removed unnessecary debug outputs 2016-04-11 15:41:59 +02:00
chatgroups.py Added automatic disabling of cgt when leaving a chatgroup 2016-02-15 17:32:50 +01:00
check.py Fixed syntax error 2015-09-13 00:56:52 +02:00
CONTRIBUTING.md use GitHub's wiki :octocat: 2014-12-18 01:16:25 +01:00
cycle.py Changed all CommandExecutor arguments 2015-03-19 23:51:33 +01:00
damnspam.py Fixed indentation error ll 39-41 2016-04-11 15:18:59 +02:00
forcefield.py Changed all CommandExecutor arguments 2015-03-19 23:51:33 +01:00
friends.py Changed all CommandExecutor arguments 2015-03-19 23:51:33 +01:00
helpers.py Helpers v2.0.0, added versioning, added array_to_list and get_permission_content, renamed isIP to is_ip 2016-01-09 16:42:26 +01:00
imbusy.py Unbusies on logout 2016-02-07 13:15:51 +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 Revert "Merge branch 'wrapper' of https://github.com/RedstonerServer/redstoner-utils into wrapper" 2015-11-25 15:49:52 +01:00
main.py rename tabnames to nametags 2016-02-15 01:27:13 +01:00
mentio.py This seems to fix everything 2015-10-31 19:31:32 +01:00
misc.py Add sudo_blacklist to blocked_cmds in serversigns 2015-11-30 02:31:28 +01: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 /signalstrength progress 2015-10-11 23:27:20 +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 /up 2015-06-06 10:29:24 +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 Changed all CommandExecutor arguments 2015-03-19 23:51:33 +01: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 Add sudo_blacklist to blocked_cmds in serversigns 2015-11-30 02:31:28 +01: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.