ReActions v0.9.0
Details
-
FilenameReActions.jar
-
Uploaded by
-
UploadedMay 17, 2014
-
Size365.35 KB
-
Downloads485
-
MD52447817d1f4b6af126cb54fe3ab111a4
Supported Bukkit Versions
- CB 1.7.9-R0.1
- CB 1.7.2-R0.3
- 1.5.2
Changelog
v0.9.0
- New activator SIGN. This activator is subscribed to any sign, that contains defined text. You can use single multiple lines to define the sign. Parameters: line1:<TextInLine1>, line2:<TextInLine2>, line3:<TextInLine3>, line4:<TextInLine4>.
Any line could be skipped. For example: /react add sign sign_test line1:TestSign line4:+-+ will define a sign where first line contains "TestSign" and last one - "+-+". Now if you click sign with same text activator sign_test will be executed.
This activator also support temporary placeholders: %sign_line1%, %sign_line2%, %sign_line3%, %sign_line4% (sign location, and text lines).
Note: player need a permission to create activator-signs: reactions.sign.<ActivatorID>
- New action SIGN_SET_LINE Allows to set text or clear in signs. Parameters: loc:<Location> — sing coordinates. line1:<text1>, line2:<text2>, line3:<text3>, line4:<text4> — lines to change clear:<1,2,3,4> — lines to clear
Example: SIGN_SET_LINE line4:%sign_line3% clear:3 — will "move" text from line 3 to line 4.
- New action SQL_DELETE. Executes "DELETE" query. Parameters - SQL-query
- New action ACTION_DELAYED - execute any other action after delay. Parameters: time:<DelayTime> action:{ActionAndParameters}
- Activator COMMAND now provides temporary placeholders arg0, arg1.... argN, that contains value of arguments typed at command line
- Flag WEATHER now could determine all weather conditions: rain, thunder и clear
- Totally recoded location parser. Now any action or flag that contains "loc" parameter supports advanced syntax:
loc:world,x,y,z,yaw,pitch
loc:{loc:world,x,y,z,yaw,pitch radius:<Radius> land:<true/false>}
loc:{region:<RegionID> land:<true/false>}
loc:{loc1:<CubeCoordinate1> loc2:<CubeCoordinate2> land:<true/false>}
- Lore (in items created by ReActions) not supports colors
- New parameter codepage added into config.yml at the MySQL section.
- Some bug fixed