summaryrefslogtreecommitdiff
path: root/main.py
AgeCommit message (Collapse)Author
2016-05-31Made serversigns force its commands into the command map (to replace the ↵Dico200
java plugin ServerSigns its commands)
2016-05-30Serversigns hotfixDico200
2016-05-29Removed @hook.enable decs from modules, added them to the on_enable() method ↵Dico200
of main.py.
2016-05-28Enabled friends module, added friends check in imbusy, fixed small mistakesimbusy-reply-patchDico200
2016-05-25Prevent complete multi-replacement in chatalias. Doesn't prevent 1 -> 2 and ↵Dico200
23 -> 5 to make for 13 -> 5, but does prevent a -> 20 and 2 -> 3. Tested.
2016-02-15rename tabnames to nametagsjomo
I think it's a more descriptive name
2016-02-14Added tabnames module, disabled iptracker due to instabilityBuildTools
2015-11-25Revert "Merge branch 'wrapper' of ↵Dico200
https://github.com/RedstonerServer/redstoner-utils into wrapper" This reverts commit 4d5861fd3648e969b6a5dc6b210a81eccda2636c, reversing changes made to 9d0e4c99ba84d4efb7828704ed5b0a8e7bdfc52d.
2015-11-23added wrappers, temp disabled all modulesBuildTools
2015-11-22Disabled chatalias so I can see errorsDico200
2015-11-22Major serversigns overhaul, it mostly works now. A little bit of testing and ↵Dico200
command help is left
2015-10-30added iptracker to main.pyNEMESIS13cz
2015-10-28Removed random crapSergey
How did it get there?!
2015-10-20Remembered to edit main.py :)PixelSergey
2015-10-20Moved /signalstrength to its own file, added default configurability, added ↵Dico200
basecommands documentation, added can_build() to helpers
2015-10-16Added the chat aliasing pluginPixelSergey
2015-09-29Removed a vanishfix.py call as we are no longer using itNEMESIS13cz
2015-09-19Disabled vanishfix, preparing mergeDico200
I replaced /warn and /warnp commands with @simplecommand hook. they happened to be missing the 'if' from the permission checks and this takes care of some other things as well. I added a module called vanish which will replace essentials vanish which happens to be really buggy as you know. I added a serversigns module but it is not added to main.py and thus it will not cause problems!
2015-09-19Added vanish module, a simple replacement for the essentials versionDico200
I tried to use underscores where ever I could ^^
2015-09-11Disabled servercontrol for nowPanFritz
2015-09-06Added punishments.py to module listNEMESIS13cz
2015-09-06Added vanishfix.py into modules + call its enabled methodNEMESIS13cz
2015-08-30Added scriptutils and tag into main.pyNEMESIS13cz
2015-08-28First working prototype of servercontrol to redstonerPanFritz
2015-08-18Merge branch 'dev' of github.com:RedstonerServer/redstoner-utils into devPanFritz
Conflicts: loginsecurity.py player.py
2015-08-17Multiple bug fixes, loginsecurity fully functioningPanFritz
2015-08-13remove trailing whitespace, replace tabs with 4x spacejomo
2015-08-10Added playermanager to module listNEMESIS13cz
2015-07-07Finished login security, added mysql support and password hashing.PanFritz
2015-06-29Removed old code from mainPanFritz
2015-06-15added snowbrawl to main.pyPanFritz
2015-06-06Fix /upDico200
Tried a lot of shit but these 3 lines should do it.
2015-06-03Prevent /up griefing, add /ackey, minor tweaksDico200
Dunno why its posting 'changes' in main.py tho
2015-04-29Disable loginsecurity moduleDico200
2015-04-29Added blockplacemods moduleDico200
Adds a few nifty features with per player customization: - Placing a slab automatically turns it upside-down - Placing a cauldron automatically fills it - Right clicking a cauldron with empty hand or redstone dust lowers water level
2015-04-17Added loginsecurity moduleDico200
Added to make an easily adjustible version of LoginSecurity. LoginSecurity does not (seem to) support name changes since it retrieves the UUID used from a byte[] of "OfflinePlayer:<username>" which means the UUID changes when a player changes their name. This should fix /rmpass. It uses BCrypt. I'll test this on the dev server (hoping bcrypt is installed)
2015-03-17Re-enabled AdminNotes moduleDico200
2015-03-15mergejomo
2015-03-15Disable adminnotes, fix stuffDico200
2015-03-15Disabled snowbrawlDico200
2015-03-15cherry-pick pmtoggle into masterDico200
2015-03-15Added pmtoggle to shared["load_modules"] in mainDico200
2015-01-17fixed modulePanFritz
2015-01-17added snowbrawl to modulesPanFritz
2015-01-14Adds AdminNotesGap
2015-01-07move module descriptions to main.py or modules themselfjomo
2015-01-06change indentation from 2 spaces to 4, fix #5jomo
2015-01-06Added imout to modulesPanFritz
2015-01-01Forgot comma... -.-Gap
2015-01-01Added check and badgesGap