[DEV/FUN/MECH] Varscript v0.4 - Scheduler and scripting [1.4.5-R0.2]

Discussion in 'Inactive/Unsupported Plugins' started by DPOH-VAR, Feb 24, 2012.

  1. Offline

    DPOH-VAR

    [Varscript]
    cron scheduler and in-game scripting
    Version: 0.4

    Plugin allows you to run scripts and schedule events
    full description: dev.bukkit.org

    Features:
    • Run scripts (basic on bukkit API)
    • Create your own's events and mini-games!
    • full-featured event scheduler
      • supports any bukkit event
      • supports cron events
    Usage:
    • You can run any script from chat command, using
      /> [script]
      Exapmples:
      Kill all mobs:
      /> MOBS EACH KILL
      Replace water to lava:
      /> ME 50 SPHERE MATCH { ID 8 = } EACH { ^LAVA SETBLOCK }
      put the dynamite on the head
      /> ME ^TNT SETHELMET
      blow themselves up
      /> ME 10 EXPLODE​

    • Create book of spells:
      Show Spoiler
      Fire rain by MYXOMOPX

    • Create events and games:
      Show Spoiler
      HellJump game by DPOH-VAR

    • Сreate a scheduled task.
      You can create a task that consists of events, conditions and actions.
      Available events:
      • CRON - Event in cron format.
      • BUKKIT - Any bukkit event. see command />e or org.bukkit.event package at jd.bukkit.
      • REPEAT - Repeated task. Need to specify the period in server ticks (1 tick = 50ms)
      • DELAY - Run after task activation with delay
      • LOAD - Run after task activation immediately
      • REPEATDELAY - Need to specify period and delay
      Conditions:
      • SCRIPT - Run the script and get boolean from stack after finish.
      • CHANCE - Examples: CHANCE 50% ; CHANCE 0.05
      Actions:
      • SCRIPT - run script. Example: SCRIPT EVENT(PLAYER) KILL
      • FILE - run script from file.
      • FILEBIN - run script from binary file.
      • FILEPARAM - run script. then send the rest of the stack into new script (from file)
      • FILEBINPARAM - see FILEPARAM. but file is binary
    Download:
     
  2. Offline

    md_5

    DPOH-VAR
    Please update to latest RB and add changelog
     
  3. Offline

    DPOH-VAR

    Sorry for the long delay :p
    Now the plugin is compatible with the latest version of bukkit

    Please move it to the main section

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
    Dereku likes this.

Share This Page