Mods/Runecraft
| The contents of this page are not supported by Mojang AB, the Minecraft Wiki, the Minecraft IRC channel or the Minecraft Forums. |
Contents |
Runecraft (Forum thread) is a gameplay modification for the official Minecraft Beta ("SMP") server that adds magic to the game in the form of "runes" that can be constructed in the actual game world. This enables players to create teleporters, "enchant" tools for added functionality, and do many other things.
This mod is currently in development, with several public releases having been made. The mod is available for Bukkit, CanaryMod and Vanilla servers. The vanilla edition requires changes to the main server .jar file.
Runecraft does not use any sort of server commands interface. Magic is invoked by placing and clicking on blocks rather than typing anything. While chat replies are used for some runes (oracle and depth note, for instance) the lack of "/" commands to control things results in a more immersive overall experience.
[edit] Rune System
The modification's functionality is handled with "runes" that players build as structures in the game world out of in-game resources. Runes are predefined patterns of blocks arranged in a square of odd dimensions (e.g. 5x5 blocks) which the modification will recognize and, when the central block is used with a tool, trigger the corresponding effect on the player.
Runes are split into World Runes and Tool Runes, based on what their effect is. World Runes have a general effect on the game world (e.g. teleportation or terrain changes), while Tool Runes imbue the tool used to activate it with a special effect in addition to its normal function.
[edit] Runecraft Servers
The official Runecraft server is the Weaver Survival Server, and whitelist applications can be made on the official forum thread.
Here is a list of other Runecraft servers:
[edit] Building Runes
Runes are constructed as a pattern of odd dimensions (such as 3x3 or 5x5 blocks). Stone (but not cobblestone), dirt, and other "tier zero" blocks can be used to fill "blank" spaces in the pattern. The material the rune is constructed out of determines the rune's "tier". Higher tiers make the rune more powerful. World runes generally effect a larger area, tool runes last for longer etc. Not all runes (recall) can be effected by tier.
Runes are activated by using (right-click by default) the central block, or the floor below with any Tool. Different runes often have specific activation requirements. Shovel runes must be clicked on with a shovel, while teleporters can be activated with an empty hand.
[edit] Tiers
A number of different materials may be used in the construction of runes. Each has been assigned a value based (more or less) on their rarity, and affect the potency of the final result.
Consult this for a partial list of tiered materials and their potency and a more in-depth discussion of this topic.
Server admins may change which tier a material is as of runecraft 2.11. See disabled-runes.txt for details.
See Mods/Runecraft/Tiered Block Chart for more information.
[edit] Rune Grimoire
Here we have the layout of all known runes. For details, click the individual runes name.
[edit] Divination Runes
| Oracle | Compass | Depth Note |
[edit] Teleporters and Waypoints
Teleporters and Waypoints are used in combination to create general-use public teleports in the game world. A teleporter will only work if there is a waypoint with exactly matching signature blocks. Additionally, waypoints must be activated after construction and teleporters "linked" to an existing activated waypoint before they can be used.
| Waypoint | Teleporter | Recall |
| Warp Point (Top) |
Personal Teleporter |
| Faith Transfer Portal | Faith Point (Bottom) |
[edit] Building
| Surface Tension | Magma Gel |
| Prometheus |
| Mine Shaft (1st level) | (2nd level) |
| (3rd level) | (4th & 5th levels) |
| Embedder | Wallmaster | Bridgemaster |
| Mound (Bottom) | (Top) |
| Freezer | Topsy Turvy |
| Solar Flare | Faith (Top) |
| Pegasus Faith Engine (Bottom) | (Middle) | (Top) |
[edit] Utility
| Zeerix's chest | Bottomless Cauldron | Magic Cake | Ovicaptor | Flotilla |
| Chrono Trigger | Magic Lasso |
| Phantom Torch | Magic Beacon | Spring |
[edit] Armor
| Endurance | Diver's Helmet | Shield |
| Cold Feet | Fairy Boots |
| Force Field (Bottom) | (Middle) | (Top) |
[edit] Tool
| Power Pick/Shovel/Axe | Fire Pick | Light Pick/Shovel/Axe/Sword | Power Drill |
| Ice Pick | Water Pick | Underwater Pick/Shovel |
| Leaf Blower | Admin Pick | Uncrafter |
| Power Hoe | Green Thumb | Farmer's Charm |
| Tunnel Shovel | Spider Touch |
[edit] Weapon
| Multishot | Bow of Light |
| Pyrokinesis | Fire Sword |
| Bow Of Translocation |
[edit] Meta
| Engraver | Identifier | Dispel |
| Permanence | Enchantment Swap |
| Altar of Judgement (Bottom) | (Second Level) | (Third Level) | (Top Level) |
| Initiation | Accelerator |
| Wards (Bottom) | (Second Level) | (Top Level) |
[edit] Secret Doors
| Phase Blocks | Toggle Blocks |
| Lock Block | Spleef Block |
| Hidden Door | Taller version | Secret Panel |
[edit] Automation
| Pressure Sensor | Automation Designator | Block Sensor |
| Damage Sensor | Redstone Sensor | Sticky Redstone Sensor |
|
(Top:Layer 4) |
[edit] Curses
| Touch Hex | Damage Hex | Portal Hex |
| Mouse Trap | Lightning Trap |
| Butterfingers Curse | Babel Curse | Whisper Curse |
| Butterfingers Counter-Curse | Babels Counter-Curse |
[edit] Obsolete
[edit] Configuration
[edit] config.yml
permissions:
teleport: true
runes: true
options:
compass-old-north: false
recall-weakness: false
The teleport and runes permissions settings determines the default setting of the teleport and runes permissions. If these are false, players must be explicitly given permission in order to use Runecraft.
Compass-old-north addresses mojangs' change of the direction the sun rises in. The compass rune is currently the only one effected. i.e. vertical teleporters are done the same orientation either way.
The recall rune will optionally apply a temporary weakness effect if recall-weakness is true.
[edit] disabled-runes.txt
This file is located in the server root directory both for vanilla and bukkit versions of runecraft. Lines starting with "#" are comments, and are ignored.
Initially, it contains:
#If you wish to disable a rune, list its proper name in this file.
#This is the name printed when the rune is activated.
#If you wish to use a whitelist instead, uncomment this line:
#whitelist
#list the name of a player to ban them from using magic (except existing teleporters).
#here are some extra options you can add to the list:
# enable travel ink - force teleporters and waypoints to be made of a specific material
# ink X - dermine the block type (X) to use for travel ink-- you must add this if you add the above
# enable teleport toll - force users of teleporters to sacrifice a specific block in the center
# toll X - dermine the block type (X) to use for travel toll-- you must add this if you add the above
# enable multiworld travel - allows teleportation between worlds in bukkit.
# initiation - players cannot use runes until they activate a special rune containing bedrock
# judgement - allows the creation of the altar of judgement, allowing players to modify disabled-runes ingame.
Not yet (as of 2.12) mentioned is that you can alter the tier of a block by adding something like
#Obsidian should be tier 4, it doesn't deserve a tier 5 level. tier 49 4
There are other keywords that can be added as well:
enable mastery bypass protection
Adding this line helps bridge master and wall master runes play nicely with some anti-cheat and world protection mods.
salvation redemption
Activates the faith island save-to-disk and restore-from-disk runes. (new in 2.13) These runes are disabled by default, and so listing them in disabled-runes has the opposite effect it would on, say, powerpick.
enable multiworld travel enable multiworld ink #112 is netherbrick multiworld ink 112
In addition to enabling multiworld travel, you may specify a block (or "ink") that the teleporter must be made of for multiworld travel to work.
See Rune Names List for disabling unwanted runes on your server.
Note: If something up there doesn't work, try them exactly as shown here:
recall green thumb fire pick uncrafter ice pick admin pick shield shrub seed leaf blower farmer's charm power hoe fire sword pyrokinesis embedder water pick surface tension spring string magic lasso depth paper zeerix' chest phase blocks lock blocks automation designator flotilla bow of light bow of light multishot spleef blocks power drill tunnel shovel faith transfer lava gel spider touch light sword Butterfingers Mouse trap Mouse trap Whisper
[edit] Permissions
If a player has the teleport permissions, but not runes, they will only be able to use pre-existing teleporters, and not create any new runes of their own. They'll still be able to destroy them, of course.
runecraft.runes
runecraft.teleport
Each individual type of rune has an associated "runecraft.runes.??" permissions node, like this:
runecraft.runes.phantomtorch
Note that spaces are removed, and it's not capitalized.
Here is a partial list of permissions. All of these have been tested with Privileges and seem to work. For single word runes a single line is sufficient. For multi-word runes you must use two permissions. The first which uses spaces between the words and the second ".use" permission which has no spaces. Note, some names do not actually corrospond with the names this wiki uses.
Missing permissions are: Magic Cake Uncrafter Secret Panel Force Field Lightning Trap Prometheus Spider Touch
Please share if you know the permissions for these.
- runecraft.runes.pegasus
- runecraft.runes.oracle
- runecraft.runes.compass
- runecraft.runes.recall
- runecraft.runes.mound
- runecraft.runes.freezer
- runecraft.runes.flotilla
- runecraft.runes.identifier
- runecraft.runes.initiation
- runecraft.runes.truenameward
- runecraft.runes.dispell
- runecraft.runes.mineshaft
- runecraft.runes.endurance
- runecraft.runes.shield
- runecraft.runes.engraver
- runecraft.runes.ovicaptor
- runecraft.runes.waypoint
- runecraft.runes.lightpick
- runecraft.runes.lightshovel
- runecraft.runes.lightaxe
- runecraft.runes.lightsword
- runecraft.runes.embedder
- runecraft.runes.teleporter
- runecraft.runes.pyrokinesis
- runecraft.runes.accelerator
- runecraft.runes.faith
- runecraft.runes.faithpoint
- runecraft.runes.depth note
- runecraft.runes.depthnote.use
- runecraft.runes.warp zone
- runecraft.runes.warpzone.use
- runecraft.runes.surface tension
- runecraft.runes.surfacetension.use
- runecraft.runes.bottomless cauldron
- runecraft.runes.bottomlesscauldron.use
- runecraft.runes.phantom torch
- runecraft.runes.phantomtorch.use
- runecraft.runes.power drill
- runecraft.runes.powerdrill.use
- runecraft.runes.leaf blower
- runecraft.runes.leafblower.use
- runecraft.runes.ice pick
- runecraft.runes.icepick.use
- runecraft.runes.fire pick
- runecraft.runes.firepick.use
- runecraft.runes.green thumb
- runecraft.runes.greenthumb.use
- runecraft.runes.farmers charm
- runecraft.runes.farmerscharm.use
- runecraft.runes.gravel shovel
- runecraft.runes.gravelshovel.use
- runecraft.runes.butterfingers counter curse
- runecraft.runes.butterfingerscountercurse.use
- runecraft.runes.babel counter curse
- runecraft.runes.babelcountercurse.use
- runecraft.runes.poweraxe
- runecraft.runes.poweraxe.use
- runecraft.runes.power pick
- runecraft.runes.powerpick.use
- runecraft.runes.powershovel
- runecraft.runes.powershovel.use
- runecraft.runes.personal teleporter
- runecraft.runes.personalteleporter.use
- runecraft.runes.zeerix chest
- runecraft.runes.zeerixchest.use
- runecraft.runes.chrono trigger
- runecraft.runes.chronotrigger.use
- runecraft.runes.magic lasso
- runecraft.runes.magiclasso.use
- runecraft.runes.magic beacon
- runecraft.runes.magicbeacon.use
- runecraft.runes.cold feet
- runecraft.runes.coldfeet.use
- runecraft.runes.fairy boots
- runecraft.runes.fairyboots.use
- runecraft.runes.water pick
- runecraft.runes.waterpick.use
- runecraft.runes.underwater pick
- runecraft.runes.underwaterpick.use
- runecraft.runes.underwater shovel
- runecraft.runes.underwatershovel.use
- runecraft.runes.bow of light
- runecraft.runes.bowoflight.use
- runecraft.runes.enchantment swap
- runecraft.runes.enchantmentswap.use
- runecraft.runes.spleef blocks
- runecraft.runes.spleefblocks.use
- runecraft.runes.hidden passage
- runecraft.runes.hiddenpassage.use
- runecraft.runes.touch hex
- runecraft.runes.touchhex.use
- runecraft.runes.whisper
- runecraft.runes.babel curse
- runecraft.runes.babelcurse.use
- runecraft.runes.true name
- runecraft.runes.truename.use
- runecraft.runes.void ward
- runecraft.runes.voidward.use
- runecraft.runes.aether ward
- runecraft.runes.aetherward.use
- runecraft.runes.tool ward
- runecraft.runes.toolward.use
- runecraft.runes.wall master
- runecraft.runes.wallmaster.use
- runecraft.runes.bridge master
- runecraft.runes.bridgemaster.use
- runecraft.runes.teleport ward
- runecraft.runes.teleportward.use
- runecraft.runes.lava gel
- runecraft.runes.lava gel.use
- runecraft.runes.topsy turvy
- runecraft.runes.topsyturvy.use
- runecraft.runes.spring string
- runecraft.runes.springstring.use
- runecraft.runes.divers helmet
- runecraft.runes.divershelmet.use
- runecraft.runes.force field
- runecraft.runes.forcefield.use
- runecraft.runes.bow of translocation
- runecraft.runes.bowoftranslocation.use
- runecraft.runes.fire sword
- runecraft.runes.firesword.use
- runecraft.runes.phase blocks
- runecraft.runes.phaseblocks.use
- runecraft.runes.toggle blocks
- runecraft.runes.toggleblocks.use
- runecraft.runes.lock blocks
- runecraft.runes.lockblocks.use
- runecraft.runes.automation designator
- runecraft.runes.automationdesignator.use
- runecraft.runes.redstone sensor
- runecraft.runes.redstonesensor.use
- runecraft.runes.sticky redstone sensor
- runecraft.runes.stickyredstonesensor.use
- runecraft.runes.pressure sensor
- runecraft.runes.pressuresensor.use
- runecraft.runes.damage sensor
- runecraft.runes.damagesensor.use
- runecraft.runes.block sensor
- runecraft.runes.blocksensor.use
- runecraft.runes.portal hex
- runecraft.runes.portalhex.use
- runecraft.runes.damage hex
- runecraft.runes.damagehex.use
- runecraft.runes.mouse trap
- runecraft.runes.mousetrap.use
- runecraft.runes.butterfingers curse
- runecraft.runes.butterfingerscurse.use
- runecraft.runes.faith transfer
- runecraft.runes.faithtransfer.use
- runecraft.runes.solar flare
- runecraft.runes.solarflare.use
[edit] Version History
| Version Number | Server Version | Fixes | Runes Added |
|---|---|---|---|
| 2.13 | Bukkit |
Collision detection for some enchanted blocks was removed to make faith islands easier. Bugs: bow runes aren't working properly. That Should be fixed in 2.13.1/2.14 according to C'tri [1] |
These all come from C'tri's videos, which are the only "official" announcements of the new runes or data on the new version currently available. links included.
There may also be hidden runes [12] |
| 2.12 | Bukkit and 1.2.5 |
|
|
| 2.11 | Bukkit and 1.1 |
|
|
| 2.10.4
(Bukkit only [13]) |
Bukkit for 1.1.0
Dev Build |
|
|
| 2.10.3
(Bukkit only [14]) |
Bukkit for 1.0.0
recommended build |
|
|
| 2.10.2
(Bukkit Only - [15]) |
Minecraft 1.0.1 and Bukkit #? |
|
|
| 2.10.1 | Minecraft 1.0.1 and Bukkit #1550 |
|
|
| 2.10 | Minecraft 1.0.0 and Bukkit #1466 |
|
|
| 2.9 | Beta 1.8.1 and Bukkit #1337 |
|
|
| 2.8.1 | Beta 1.7-1.7.3 and Bukkit (Version?) |
|
|
| 2.8 | Beta 1.7-1.7.3 and Bukkit (Version?) |
|
|
| 2.7 | Bukkit 766-803 and Beta 1.6.5-1.6.6 |
|
|
| 2.6.1 | Beta 1.5_02 |
|
|
| 2.6 | Beta 1.5_02 |
|
|
| 2.5.2 | Beta 1.4_1 |
|
|
| 2.5.1 | Beta 1.4_1 |
|
|
| 2.4.6 | Beta 1.4 |
|
|
| 2.4.5 | Beta 1.3_01 |
|
|
| 2.4.4 | Beta 1.3_01 |
|
|
| 2.4.2 | Beta 1.2_01 |
|
|
| 2.4 | Beta 1.1_02 |
|
|
| 2.3.1 | 0.2.8 |
|
|
| 2.3 | 0.2.7 |
|
|
| 2.2.4 | 0.2.4 |
|
|
| 2.2.3 | 0.2.4 |
|
|
| 2.2.2 | 0.2.4 |
|
|
| 2.2.1 | 0.2.4 |
|
|
| 2.2 | 0.2.4 |
|
|
| 2.1 | added an armor system, a builder system, and several new tool runes. | ||
| 2.02 | fixed more stuff and OOOO SECRET FRIDAY RUNE | ||
| 2.01 | fixed some problems with 2.0. | ||
| 2.0 | the packet milestone. The tools system was replaced with a new packet interceptor that allowed any item to be used with runecraft, and allowed left-clicks to be intercepted. Rune whitelist in place now too. | ||
| 1.92 | fixed floodgates and made it so Warp Zones can't pass through materials (other than ore) higher than tier 1. | ||
| 1.91 | allowed hidden passages to be built higher than 2 blocks, added a new hidden rune (Warp Zone), fixed flight so it's harder to fall off of the bubble, and allowed hidden passages to be opened by right-clicking on any of the door pieces. | ||
| 1.9 | added the spell of flight, fixed the fire pick template, changed the solar flare template, and fixed a crash bug | ||
| 1.82 | fixed a few other bugs and added the "hidden passage" rune. | ||
| 1.81 | fixed tool runes and personal teleporters. | ||
| 1.8 | updated the mod to the new server software and fixed a bug with personal teleporter messages. | ||
| 1.71 | fixed a bug with buried teleporters, changed the fire pick template, and nerfed the mine shaft. | ||
| 1.7 | added server messages, changed chrono trigger template, added a mine shaft rune, and implemented a new teleporter system. |
|
|
| 1.6 | added chrono trigger and fixed a couple more bugs. Rune activation messages are capitalized properly now. |
|
|
| 1.51 | fixed a horrendous bug that was overlooked in 1.5 |
|
|
| 1.5 | fixed more bugs. key blocks are now teleported as item drops instead of blocks. | ||
| 1.4 | fixed the broken teleporter message and made axes and pickaxes work again (they were broken in 1.3) | ||
| 1.3 | added support for the Secret Friday 9 server update. | ||
| 1.2 | added several new runes, including the freezer, ice pick, snow shovel, and hoe runes, plus a secret rune. Also added support for rune blacklisting. | ||
| 1.1 |
|
|
|
| 1.0 |
|
|