[1.8 to 1.21] Magical Events icon

[1.8 to 1.21] Magical Events -----

Start cool Items-Events on your server! (Concert, Party, Rain)




Fixed 1.20.4 Support
----------, Aug 7, 2024

  • Added & tested 1.21 support
  • Upgraded to 1.21 api
----------, Jun 30, 2024

Latest version only supported 1.20.6. This 1.2.24 supports other versions back again.
----------, Jun 6, 2024

Added 1.20.6 Support. Note this requires java 21!
----------, Jun 6, 2024

  • FIXED: In 1.20.2, an API change caused the DJ event to stop working due to skull texture issues.
  • FIXED: Minor compatibility issues with pre-1.13 versions for items (wrong materials list).
----------, Dec 3, 2023

  • Added & tested support for 1.20
----------, Jun 11, 2023

Data is collected completely anonymously, and only things like player count, server version are collected. These allow me to better understand versions and overall features to focus on. :)
----------, May 8, 2023

  • 1.19.4 Support Fix
Please report any issue with 1.19 on Discord.
----------, May 5, 2023

  • Now supports 1.13 to 1.19
----------, Apr 28, 2023

  • Deprecated support for other versions.
  • Support for 1.19(.4)
----------, Apr 27, 2023

Added 1.17 Support
----------, Jun 23, 2021

This version mainly adds two new features:
  • Custom Commands on Item Pick Up

    Custom commands can be executed by the console when a player picks up an item. Either delete your config, either add the following fields to the config section of an item:

    Code (Text):
            # Commands executed by the console when a player picks up the item.
            # {player} will be replaced by the player's name.
            commands-on-pick-up:
              enabled: true
              cancel-pickup: false # if true, commands will be executed but the item will disappear, like with money.
              commands:
                - "say {player} earned 10 coins!"
                - "say {player} eeeks {player} {player} {player} {player}"
    {player} is replaced by the name of the player. Do not put the slash before the command.

  • Random item throwing on DJ & Money Bomb

    Off by default, this feature allows to replace the circular throwing with a random throwing. To toggle it, add:

    Code (Text):
    random: true
     
    To the config section of your events. Only works for DJ and money bomb, as rain events are already random.
It also includes minor improvements and fixes, especially for 1.16.5 compatibility.

If you don't want to delete your existing config and have trouble adding the new sections, please have a look at the default config available here:
https://github.com/iSach/MagicalEventsWiki/wiki/Default-Config-File
----------, Feb 21, 2021

  • Fixed DJ event not working.
  • Fixed 1.15 & 1.16 bugs
----------, Nov 16, 2020

  • Fixed item types not working
  • Added 1.16.4 Support
----------, Nov 5, 2020

Fixed Particles error
----------, Oct 15, 2020

  • Crashes on 1.15 fixed and other minor version fixes
----------, Sep 30, 2020

Fixed 1.8 and 1.8.3 Support
----------, Sep 11, 2020

  • 1.16.2 Support
----------, Sep 6, 2020

  • Fixed NBS songs being corrupted by default
----------, Jul 27, 2020

  • Fixed NoteBlockAPI Support
----------, Jul 26, 2020

  • Added Support for 1.16
----------, Jul 9, 2020

  • Fixed Enchantment Books Support
----------, Feb 12, 2020

  • Added 1.15 Support.
----------, Dec 23, 2019

Added a items-per-explosion option for red rain
By default it's 10, but if you want each explosion to drop less items. You can modify it.
Either regenerate the config or add the field yourself:
Code (YAML):
      ...
      type
: rain # The event type. (bomb, dj or rain)
      duration
: 100 # The event duration in ticks, 1 second = 20 ticks. For rain, it's 12 ticks between each explosion of items.
      total-items
: 50 # Total items to be dropped.
      items-per-explosion
: 2 # Amount of items at each explosion. Here 10 items with 50 in total means 5 explosions in 5 seconds (100 ticks), so 1 second between each.
      radius
: 5 # The event radius. It'll variate about the height also.
      ...
The three options: duration, total items and items-per-explosion can be adjusted to choose the speed and frequency of the event!

Added a limit for each item
You can now - for each item - set a limit for how many items at most the item can be dropped. Set -1 or remove the field for no limit.
Code (YAML):
          ...
          chance
: 60
          limit
: 25 # limit of how many times this item can be dropped. -1 for no limit.
          money-reward-on-pickup
:
          ...
----------, Aug 8, 2019

  • Fixed a bug where plugin could on some servers not load with MC 1.14
  • Fixed GUI bug on 1.14
----------, Aug 6, 2019

You can now - for each event - set the total items to be dropped.

The plugin will adapt from this setting and the duration to set the speed of dropping.

Code (YAML):
duration : 200 # 10 seconds (200 ticks, 1s = 20ticks).
total-items
: 10
Will make the event drop 10 items in total, and 1 item every 1 second.

You need to add the "total-items" line yourself! Otherwise, a default value will be chosen.
----------, Aug 6, 2019

Support for 1.14 to 1.14.3
----------, Jul 1, 2019

  • Now fully supports events with no items.
  • Fixed GUI showing 0:0 instead of the correct material.
  • Minor other fixes
----------, Apr 6, 2019

  • Now support floating numbers (eg 0.5, 173.8 etc) for the coordinates of the start event command
  • Fixed events that do not drop items generating errors.
----------, Apr 4, 2019

  • So much stuff broken with 1.13, I don't get it.
----------, Feb 21, 2019

  • Fixed a compilation issue that would make the plugin unusable on 1.13 servers.
----------, Feb 17, 2019

Important!!!
From now on, you'll need to use the text version of the material ids.
e.g. instead of 266, you'll use GOLD_INGOT.

On 1.13, Please rename your folder and change the IDs or the plugin WILL NOT WORK!

New example config:
https://pastebin.com/aSJmhNje

List of text IDs:
https://pastebin.com/Fe65HZnN
----------, Feb 2, 2019

  • Added 1.13 and 1.13.1 support
----------, Oct 16, 2018

  • Minor Fixes in command system
  • Renamed /events event to /event start
Command permission is also renamed, don't forget to change it.
magicalevents.commands.event
becomes
magicalevents.commands.start
----------, Feb 15, 2018

  • Money item now have a customizable name.
  • Toggleable (default: off) action bar message (customizable) when picking up a money item
----------, Feb 12, 2018

  • Added (BETA) Support for 1.12
Please report issues on the Discord!
----------, Jun 21, 2017

40% OFF Christmas sale!
----------, Dec 17, 2016

Fixed compatbility with PaperSpigot
----------, Nov 27, 2016

Added support for 1.11
----------, Nov 19, 2016

  • Removed Debug message
----------, Aug 17, 2016

Default Perms fixed.
----------, Aug 11, 2016

Fixed plugin not starting.
----------, Jul 14, 2016

Added 1.10 Support
----------, Jul 10, 2016

  • Added Support for 1.9.4
----------, May 21, 2016

  • Many Bugs Fixed.
  • Added full support for 1.9, 1.8 is still supported.
----------, Apr 30, 2016

Everything is on main page about the new fresh Magical Events!
Go check out :)
----------, Nov 5, 2015

Fixed Config bug and recompiled with 1.8.6
----------, May 31, 2015

Ran BuildTools and rebuilt MagicalEvents with the latest Spigot version.
Fixed "null" error with commands.
----------, Apr 21, 2015

The concert is spawning AT YOUR HEAD LOCATION! Please have space around you, I'll make a thing telling you if you don't have some space around you. You can't longer break/place blocks at the concert (on the platform)
----------, Apr 18, 2015

Fixed Max-Duration not generating in config and making impossible to start events.
----------, Apr 18, 2015

Fixed slabs bug, added max duration for each party.
----------, Apr 18, 2015

Resource Information
Author:
----------
Total Downloads: 311
First Release: Apr 17, 2015
Last Update: Aug 7, 2024
Category: ---------------
All-Time Rating:
27 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings