♦ Animated Blocks Plus ♦ Make your server become alive [Config] [1.8 - 1.12] [OPEN SOURCE]

Script ♦ Animated Blocks Plus ♦ Make your server become alive [Config] [1.8 - 1.12] [OPEN SOURCE] 1.2.1

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Contributors
Designer & Developer: Ayham Alali
Supported Minecraft Versions
  1. 1.8
  2. 1.9
  3. 1.10
  4. 1.11
  5. 1.12
Read the whole page before purchasing
Join our Discord for support

[!]
This script can be downloaded from Github
[!]



mTHZpSo.png




    • Animated Blocks Plus: is a Custom Skript made by Ayham Alali, and he decided to share it with you :emoji_slight_smile:
    • Why Plus? Well, Take a look at Features section :emoji_slight_smile:
    • Read the whole page before purchasing.
    • Just a quick look..
3UsVxMC.gif

cs1VqB5.png





    • Fully customizable (Messages, config ...)
    • Has a configuration files (.yml) (config.yml, messages.yml)
    • Add unlimited of animated blocks IDs
    • Add unlimited of animated block blocks list
    • Create animated blocks in-game and with config.yml
    • Control animation speed
    • Enable/Disable blocks option
    • Can't break animated blocks (optional)
    • Teleport to animated blocks
    • Reload command for the configuration files / plugin
    • Command to check animated block blocks list
    • Support for multiple worlds
    • No Lag
    • Easy to use
    • No bugs
    • Active Author :emoji_slight_smile:
    • more coming soon...
    • Must work with 1.8 - 1.9 - 1.10 - 1.11 (1.9 - 1.10 - 1.11 not tested yet)
    • Update checker.
    • Config.yml ↓
    • Code:
      # Config file of Animated Block Plus
      # Here you can add blocks (you also can add block in-game with '/ab create <ID>')
      # A quick tip: if you wan to use data values check your skript (english|german) aliases, you can't use ':<number>' let's say you want to use block 5:3 you will type 'junglewood plank' (<type>wood plank) (this is how skript works)
      # the General syntax of blocks is:
      #blocks:
        #'<ID>':
          #enabled: 'true' > true/false
          #world: 'world' > world name
          #location: 'x: -70.5, y: 115.5, z: 606.5' > location don't play with this
          #speed: '100' > animation speed in ticks
          #blocks: > blocks goes here | if you want to use data value use like "junglewood plank" do not use :<number> it won't work! (check line 3)
          #- diamond_ore
          #- gold_ore
          #- junglewood plank
      
      
      
      version: '1.0' # DO NOT CHANGE
      nobreak: 'true' # True/False
      blocks:
        '4':
          enabled: 'true'
          world: world
          location: 'x: -70.5, y: 115.5, z: 606.5'
          speed: '100'
          blocks:
          - diamond_ore
          - gold_ore
        '1':
          enabled: 'true'
          world: world
          location: 'x: -71.5, y: 115.5, z: 608.5'
          speed: '1'
          blocks:
          - diamond_ore
          - gold_ore
          - redstone_ore
          - lapis_ore
          - iron_ore
    • Messages.yml ↓
    • Code:
      prefix: '&d&l&oAB&7»'
      abenabled: '&a{id}&7 is now &a&lENABLED' # Variables: {id} √
      abdisabled: '&c{id}&7 is now &c&lDISABLED' # Variables: {id} √
      idexists: '&c{id} exists.' # Variables: {id} √
      idnotexist: '&c{id} is not exist.' # Variables: {id} √
      noids: '&cThere are no registered blocks.'
      alreadyenabled: '&a{id}&7 already Enabled.' # Variables: {id} √
      alreadydisabled: '&c{id}&7 already Disabled.' # Variables: {id} √
      speedchange: '&7Set animation speed of ID (&a{id}&7) to &a{speed}&7 ticks' # Variables: {id}, {speed}
      listtopline1: '&8(&c!&8)&7&m----&c&l&o Animated Blocks List &7[&a{count}&7] &7&m----&8(&c!&8)' # Variables: {count} = registered blocks count
      listlists: '&7 - ID: &a{blocks}' # Variables: {blocks}
      listbuttomline: '&8(&c!&8)&7&m--------------------------------&8(&c!&8)'
      nobreakmsg: '&cYou can''t break this block'
      conreloaded: '&aConfiguration files reloaded.'
      plreloaded: '&aPlugin reloaded.'
      noperm: "&cYou don't have permission to do that."
BOpW6D0.png




    • /animatedblocks create <ID> - Create a new animated block
      • Aliases: ab, animatedb, ablocks
    • /animatedblocks remove <ID> - Remove animated block
    • /animatedblocks addblock <ID> <block> - add block to animated block locks list
    • /animatedblocks removeblock <ID> <block> - Remove block from animated block blocks list
    • /animatedblocks list - show list of created blocks
    • /animatedblocks disable <ID> - Disable an animated block
    • /animatedblocks enable <ID> - Enable an animated block
    • /animatedblocks setspeed <ID> <number> - set animation speed of an animated block (in ticks [20 ticks = 1 second])
    • /animatedblocks tp <ID> - teleport to animated block
    • /animatedblocks blocks <ID> - show the current blocks in a specific animated block
    • /animatedblocks reload (plugin[pl]|config[con]) - reload the plugin or the config only
    • /animatedblocks help - Show the help message
    • /animatedblocks version - Check the plugin version
bH5IShn.png




    • Skript 2.2+ (functions support)
    • SkQuery
    • skUtilities
    • SkRayFall
    • Any Permission plugin (PermissionsEx ...)
    • How to install:
      • Download requirements and put them in the plugins folder
      • reload/start the server to let skript folder generate
      • put the .sk file you've downloaded in "plugins/skript/scripts"
      • put the plugin folder which contains the .yml files in the plugins file
      • start the server and have fun :emoji_slight_smile:
H3oZdEv.png




    • abp.cmd.main (To use the main command)
    • abp.cmd.main.<arg> (like "abp.cmd.main.reload")
    • abp.checkupdate (UpdateChecker)
bDVw4Nn.png

wIibiaT.gif

TeGsUOC.gif

wraTwWS.gif

3UsVxMC.gif

RF1hEe9.png




    • Give me your Suggestion :emoji_slight_smile:
    • Add particles to animation √
hU0r2nC.png


q0el8jt.png




    • I'm trying hard to earn money to run my server (OPG4MERS) again, So if you want to help me by donating that would be cool, And don't forget to send me your IGN because i will give you "Supporter" rank in my server :emoji_slight_smile:
    • If you have anything else you can donate i will be Thankful to you
QigQSKj.png


ar0Ezlo.png


PXcg5FA.png




    • If i forgot something please do not make a bad/low review/rating, Just pm me.



    • Thank you for Purchasing my plugin
    • Have fun :emoji_slight_smile:
Author
Ayham Alali
Downloads
281
Type
Digital product
License duration
Unlimited
Price
2.00 USD
Views
1,185
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Ayham Alali

Latest updates

  1. [v1.2.1] Minor Fixes - XMAS SALE (65%) (5 days left)

    Hello Everybody, Merry Christmas I know I'm late a little bit, sorry for that :D I just made...