Basic Description
What is MinecartRevolutionTags? It's a plugin for MinecartRevolution which adds the TrainCarts tag system to MinecartRevolution! You can add tags to minecarts (e.g. "station") and check them with custom terms at intersections. The tags get saved in a properties file, so your Minecraft-Saves doesn't get messed!
Usage (until the wiki is finished)
This text is only here until the wiki is finished.
Adding/Removing Tags
For setting tags on minecarts, you can create "tag"-expressions or "[tag]"-controls.
Expression
Of course, you have to replace "tag_name" with your name of the tag.
- Add a tag: "tag tag_name" or "tag + tag_name"
- Remove a tag: "tag - tag_name"
Control-Sign
Of course, you have to replace "tag_name" with your name of the tag.
- Add a tag:
[tag]
tag_name
or
[tag]
+ tag_name
- Remove a tag:
[tag]
- tag_name
Checking Tags
For checking if there's a tag on a minecart (or not), you can use the "t-" tern (in intersections, sensors and other implementing classes of the term system).
Of course, you have to replace "tag_name" with your name of the tag.
- Check if the tag "tag_name" is on the minecart: "t-tag_name"
- Check if the tag "tag_name" is not on the minecart: "!t-tag_name" (that's how intersections and stations works, no new feature)
Wiki Page
MinecartRevolution (Required)
GitHub Repository
Facts
- Date created
- Jan 18, 2013
- Categories
- Last update
- Mar 16, 2013
- Development stage
- Alpha
- License
- Creative Commons Attribution 3.0 Unported
- Downloads
- 75
- Recent files
- A: MinecartRevolutionTags Alpha 1.0.1 for CB 1.4.7-R1.0 Mar 16, 2013
- A: MinecartRevolutionTags Alpha 1.0.0 for CB 1.4.7-R1.0 Feb 10, 2013
Authors
Relationships
- Required dependency
- MinecartRevolution