Skip to content

AlexJAssassin/RageMod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Permission nodes:

ragemod:

	admin:				(admin-only rights)
	      smitemobs:		provides a 'shield of destruction' against most attacking mobs	
	      debug:			allows use of the /debug commands

	build: 				(permanent building rights)
	       anylot: 		can build in any capitol lot
	       anytown:		can build in any player town
	       npctown:		can build in any NPC town
	       capitol:		can edit city infrastructure
	       travelzone:		can build in travel zone
	
	lot: 				(commands for lots)
    	assign: 		give lots regardless of other values
    	evict:		  	remove lots from players
    	
        ismoderator:		moderator/admin flag used for sending certain messages
    	
        permit:    			(gives temporary passes)
    	       capitol:		allow players to edit city infrastructure
    	
        npc:				create and manage global NPCs
    
        npctown:			create and manage NPCTowns, assign NPCTown rights to other players
    	
        referee:			(referees do not participate in war and ensure rules are being followed)
    	        blockpvp:		prevents all incoming and outgoing pvp damage
    	        inspectspawn:	allows teleporting to other players spawn points

Simple list:

ragemod.admin (inherits ragemod.admin.smitemobs + ragemod.admin.debug)
ragemod.admin.smitemobs
ragemod.admin.debug

ragemod.build (inherits all the below in this chunk)
ragemod.build.anylot
ragemod.build.anytown
ragemod.build.npctown
ragemod.build.capitol
ragemod.build.travelzone

ragemod.lot

ragemod.assign

ragemod.evict

ragemod.ismoderator

ragemod.permit (inherits ragemod.permit.capitol)
ragemod.permit.capitol

ragemod.npc

ragemod.npctown

ragemod.referee (inherits the below in this chunk)
ragemod.referee.blockpvp
ragemod.referee.inspectspawn
    
    

About

RageMod - Plugin for Bukkit, need Pull Requests, and lots of them!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%