Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
ChatPointsTTV is a Bukkit plugin that helps you to create interactions between your Twitch stream and your Minecraft world. Set up your own rewards in exchange of channel points, follows, Bits, subs and more! Spawn mobs, give items or run any command when an event is triggered.
There's a whole range of use cases and possibilities to connect with your audience!
Reward Actions
-
Spawning entities
Format:SPAWN <ENTITY NAME> [AMOUNT] [TARGET USER]
Example:SPAWN CREEPER 2 GospelBG
This action will spawn an entity for each player that has thechatpointsttv.target
permission or a specific player (when the[TARGET USER] field is used
). The example action will spawn 2 Creepers on each player's location. -
Running commands
Format:RUN <TARGET / CONSOLE> <COMMAND>
Example:RUN TARGET DAMAGE @S 2
This action will run a command as the console or the target player.
The example action will substract each player a heart from their health. -
Giving Items
Format:GIVE <ITEM> [AMOUNT] [TARGET USER]
Example:GIVE DIAMOND 1 GospelBG
This action will give the established amount of the set items to all players with thechatpointsttv.target
permission. The example action will give all players (with the "target" permission) a diamond. -
Explosions
FORMAT:TNT <AMOUNT> [FUSE TIME IN TICKS]
Example:TNT 1 0
This action will spawn a TNT to all players with thechatpointsttv.target
permission that will explode after the specified fuse time. The example action will spawn a TNT that will explode instantly to all players.
For more information about setting up the plugin, see the full README.md file on GitHub.