Loading...
Beta Modpages Unclaimed

RaidMeter

Displaying your progress with style

0 Likes
3865 Downloads
Created by Buuz135

Description

 

 

With RaidMeter you can display progress you make in game and trigger something when completed. Very useful with CCI to have a fancy way of displaying its progress. This mod has the **/raidmeter** command to set everything up:

  •  /raidmeter add id display_name max_amount current_amount position type
  • /raidmeter remove id
  • /raidmeter modify id add|set|color|current_amount|max_amount|name|position|type|display_add|display_remove|display_for|ticking_time|ticking_change_amount
  • /raidmeter info id color|current_amount|max_amount|name|position|type

  

The add command allows you to create new meters, the remove command allows you to remove a meter, the modify command will allow you to alter any value of the meter. The info command allows you to check the values of the meter. Command autocomplete will help you a lot through the commands, if something doesn't have autocomplete is probably a number. The `id` value is a short identifier for the meter like `potato2` and `display_name` can be a phrase between quotes like "Cats are the best"

 

 

To do crazy stuff with CCI you can use the Game Hooks feature using the RaidMeterEvent.Complete event to check when a bar completes more info in this iChun tutorial. You can also use CCI to trigger the modify command to increase the progress of the meters. Small example of the gamehooks.json :

 

{
  "listeners": [
    {
      "className": "RaidMeterEvent$Complete",
      "staticAccessors": [],
      "accessors": [{ "function": "RaidMeter"}
      ],
      "argBasedAccessors": {},
      "event": {
        "conditions": [],
        "outcomes": [
          {
            "message": "Test",
            "type": "narrator"
          }
        ]
      }
    }
  ]
}

 

 

 Discord      Patreon     Twitter

 Promo


AD Become Premium to remove Ads!

What means Verified?

  • Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
  • Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
  • Security: The mod should not contain any malicious code or attempts to steal personal information.
  • Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
  • Originality: The mod should be original and not a copy of someone else's work.
  • Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
  • Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
  • License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
  • Documentation: The mod should come with clear and detailed documentation on how to install and use it.

AD Become Premium to remove Ads!

How to Install

1

Download Forge & Java

Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.

2

Prepare

Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.

3

Add Mods

Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder

4

Enjoy

You are now Ready. Re-start your Game and start Playing.

More Mods like this

TwitchSpawn

A mod for twitch streamers. Handles live events with the rules handcrafted by the streamer!

Minis

Adds mini player mobs

Carrier Bees

Bees that carry things and do other stuff as well!

Twitch 4J Lib

A library mod designed to help make Twitch Integration mods.