Page: 1 2

1.0.7 Jun 21, 2023
Updated to support MC 1.20 and 1.20.1

This version is updated to support MC 1.20 and MC 1.20.1, and also fixes some bugs with some older versions of MC. Note that you'll need the latest version of Custom Universe, which is available at https://polymart.org/resource/customuniverse.1220


1.0.6 Apr 15, 2023
Full Support for MC 1.19.4 (with CustomUniverse 1.0.10)

This version also requires installing CustomUniverse version 1.0.10


1.0.5 Jun 15, 2022
Support for 1.19

This version adds support for MC 1.19!


1.0.4 Dec 13, 2021
Built with 1.18

1.0.3 Oct 5, 2021
Minor bug fixes for older versions of MC

1.0.2 Sep 27, 2021
Bug fixes and improvements with globals
This version makes a few minor bug fixes and improvements with globals. It also adds two new actions: addToGlobal and subtractFromGlobal

1.0.1 Aug 27, 2021
First official release!
Introducing CustomEvents, the best way to customize your server with over 200 events and 300 actions. All from an in-game GUI.

I'm excited for the future of CustomEvents, and I hope you are too :)

If anyone has any questions at all, or experiences any bugs, please don't hesitate to send me a PM here or on Discord @jojodmo#5696

1.0-SNAPSHOT18 Aug 23, 2021
Re-named to CustomEvents

1.0-SNAPSHOT17 Aug 22, 2021
Bug fixes with {global.GLOBAL_NAME} placeholder

1.0-SNAPSHOT16 Aug 22, 2021
Bug fixes with big numbers as globals

1.0-SNAPSHOT15 Aug 21, 2021
Bug fixes with ifGlobal condition and other conditions

1.0-SNAPSHOT14 Aug 21, 2021
Improvements for "loop" in CustomItems and bug fixes

1.0-SNAPSHOT13 Aug 21, 2021
Improvements with loops and new "print" action

1.0-SNAPSHOT12 Aug 6, 2021
More improvements & bug fixes

1.0-SNAPSHOT11 Aug 1, 2021
Requires CustomUniverse 1.0.1
This version requires the latest version of CustomUniverse

1.0-SNAPSHOT10 Jul 29, 2021

1.0-SNAPSHOT9 Jul 29, 2021

1.0-SNAPSHOT8 Jul 27, 2021
Support for "loop" in CustomItems

1.0-SNAPSHOT7 Jul 22, 2021
Uses CustomUniverse

1.0-SNAPSHOT6 Jul 21, 2021
Tested & fixed wildcards

1.0-SNAPSHOT5 Jul 21, 2021

1.0-SNAPSHOT4 Jul 21, 2021
Loops and wildcards

handlers:
  loop:
    interval: 20 # number of ticks between when actions run (20 ticks = 1 second). default value is 20
    actions: 
      - 
        action: setGlobal
        name: "myprefix_*"
        value: "{global.myprefix_* - 2}"
  loop0: # add more loops by putting a number at the end of "loop"
    interval: 100 # run every 100 ticks = 5 seconds
    actions: 
      - 
        # ...

1.0-SNAPSHOT3 Jul 16, 2021

1.0-SNAPSHOT2 Jul 14, 2021
Bug fixes for 1.8

1.0 Jul 11, 2021

Page: 1 2