Configuration (simple) - Disabled runes.txt

Runecraft used to be a vanilla modification, as opposed to a Bukkit plugin. As such it has a basic system for configuring the plugin from the get go. The configuration file is called "disabled-runes.txt" This file can be found in the root folder for your server, where the Craftbukkit JAR file can be found.

It's a very simple method for enabling and disabling features, banning players from using any runes, specific runes, and altering the value of blocks as far as Runecraft is concerned.

Some examples below

General banning/restricting of players, or runes

enable travel ink    # If you want to restrict teleporters and waypoints
		     # to a specific material.
ink x                # where x is the block ID of the restricted block.
                     # can have multiples
enable teleport toll # requires a someone to sacrifice an item 
                     # before they can teleport
toll x               # where x is the item that can be spent to teleport.
                     # can have multiple.

For a list of all Runes currently in game, click here

Specific configuration options

enable travel ink    # If you want to restrict teleporters and waypoints
		     # to a specific material.
ink x                # where x is the block ID of the restricted block. 
                     # can have multiples
enable teleport toll # requires a someone to sacrifice an item 
                     # before they can teleport
toll x               # where x is the item that can be spent to teleport 
                     # can have multiple.
enable pegasus protection
                    # uses block placement / destruction events to test if a player has permissions to build in an area, before Pegasusing into it.
                    # this works very well with things like Residence and Towny, but does NOT work with anti-cheat plugins.

Runes that are disabled by default

initiation # If this rune is enabled, then all players must use an 
           # Initiation rune before they can create other runes. 
           #  Teleporters can still be used.
judgement  # This rune allows people in game to modify the 
           # disabled-runes.txt file. 
           # Cannot be used to enable other runes in this section.
Salvation  # A buggy rune for exporting a faith island/sphere into a file
Redemption # an equally buggy rune for loading these files. 
           # It's not very good really. I need to improve it.

Comments

Posts Quoted:
Reply
Clear All Quotes