ScriptBlock v0.6.1

Details

  • Filename
    ScriptBlock.jar
  • Uploaded by
  • Uploaded
    Jan 3, 2012
  • Size
    22.42 KB
  • Downloads
    1,080
  • MD5
    abc7964086a56e7908c4e19b7943b8aa

Supported Bukkit Versions

  • CB 1.0.1-R1

Changelog

If you want me to keep working on ScriptBlock, Please send me feedbacks about it.

0.6.1

  • Added the "/sbremovewalk" command .

0.6.0

New Feature !

  • /sbcreatewalk
    With this command you can bind Script that will be triggered when the player walk on the block concerned !!!

0.5.0

New Features !

  • Api Changed ! ScriptBlock now use the Vault API ! to Use ScriptBlock, you need to download it even if you don't want to use the Economy and Permissions features !
    Download Vault
  • @amount:"number"
    Allow you to use the Script a specified number of time and when the amount reach 0, the script is deleted from the block.
  • @bypass:"groupName" "/command"
    This will promote the player to the specified group to use the specified command and when it's done remove the player from the group. ( This is far more Heavier in ressources than the simple @bypass command, I recommand you to use a delay after this to prevent player from spam hit the script and consequently lag your server...
  • @bypass:"permissionNode" "/command"
    This will add to the player the specified permission to perform the specified command, and remove it when the command is done. (Works only if permissions nodes have a dot)
  • @group:"groupName"
    when the script reach this line, It check if the player is in the specified group, and if not... it stop the script ! I recommand to use it at the beginning of your script .
  • Added a default 150ms delay before users can use ScriptBlocks Again.

0.4.5

  • Improved Again Security while performing @bypass option ! I Highly recommend to update to this version !
  • Removed Herobrine.

0.4.4

  • While a player use a @bypass command, for the very very short laps he is being promoted (less than a millisecond) , he now, won't be able to place, break a block, or use commands of any kind different from the scriptblock he has clicked . This will prevent griefer hacked client to Op themself or something else very dangerous...
  • Cooldown.dat issues still should be fixed.

TP commands have some issues with some people... Use it at your own risk !