Giter Site home page Giter Site logo

ichun / contentcreatorintegration-issuesanddocumentation Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 4.0 6.54 MB

Primarily documentation for the Content Creator Integration mod for Minecraft. Secondary as an issue tracker for the mod itself.

License: MIT License

HTML 98.69% CSS 1.31%

contentcreatorintegration-issuesanddocumentation's People

Contributors

ichun avatar mj11jm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

contentcreatorintegration-issuesanddocumentation's Issues

Visual glitch in GUI

After installing the new 1.15.2 version when I edit a command the box that usually pops up on top of everything seems to have moved to the back. You can see it in the gray areas between each column in the screen shot provided. I am unable to edit any commands due to this problem.

I have only one other mod installed, Journey Map, and I'm running forge-31.1.24

CCI Error

Thanks!

Twitch Chat Disconnected - many notifications

Forge: 31.1.47
CCI: 1.15.2-1.5.1

So my internet cut out and for the next minute or so I got constant notifications saying Twitch Chat Disconnected, then I started to get 3 notifications at a time

my config says maxAutomaticReconnects=3

While this worked for StreamElements which stopped connecting after 3 tries, Twitch chat seemed to carry on and on and on

I guess my point is make all sockets stop connecting after maxAutomaticReconnects ?

Streamlabs constant connect and disconnect issues

So here lately i have been facing spam from Streamlabs disconnect, connect, reconnecting Toast notifications.
Not sure if its your mod or Streamlabs in general.

Here is a section of the log that I have:

Initialising. Log types: cci, debug, event, socket_status, socket_event
Connecting to TwitchChat
Connecting to Streamlabs
Connected to TwitchChat
Event TC: :tmi.twitch.tv 001 justinfan34082 :Welcome, GLHF!
:tmi.twitch.tv 002 justinfan34082 :Your host is tmi.twitch.tv
:tmi.twitch.tv 003 justinfan34082 :This server is rather new
:tmi.twitch.tv 004 justinfan34082 :-
:tmi.twitch.tv 375 justinfan34082 :-
:tmi.twitch.tv 372 justinfan34082 :You are in a maze of twisty passages, all alike.
:tmi.twitch.tv 376 justinfan34082 :>
Event TC: :tmi.twitch.tv CAP * ACK :twitch.tv/tags
Event TC: :[email protected] JOIN #battery3996
Event TC: :justinfan34082.tmi.twitch.tv 353 justinfan34082 = #battery3996 :justinfan34082
:justinfan34082.tmi.twitch.tv 366 justinfan34082 #battery3996 :End of /NAMES list
Connected to Streamlabs
Disconnected from Streamlabs
---transport error
Reconnecting to Streamlabs
Connected to Streamlabs
Disconnected from Streamlabs
---transport error
Reconnecting to Streamlabs
Connected to Streamlabs
Disconnected from Streamlabs
---transport error
Reconnecting to Streamlabs
Connected to Streamlabs
Disconnected from Streamlabs
---transport error
Reconnecting to Streamlabs
Connected to Streamlabs
Disconnected from Streamlabs
---transport error

[Feature Request] DonationAlerts Support?

Hi! Recently found your mod, it's very cool and interesting. While the Streamlabs and StreamElements is implemented, a lot of russian streamers want DonationAlerts to be supported. (It's very famous russian "Streamlabs" with their own very tricky system.) This support was for Pay2Spawn for 1.7.10 and 1.10.2 and "lost" the sources.
Hope you interested in idea and this feature will be in the mod.
If you need more info, you can ask me.

No hurt Damage

So i have been messing with the mod and i have noticed that the HealthOutcome doesn't do damage. So you have it in the notes that positive values heal but negative values hurt. Positive values do heal. However when I set a value to a negative, it plays a sound as if I was damaged but no damage actually comes out of it.

Starting up minecraft issue

MC: 1.15.2
Forge: recommended 31.1.0 and latest 31.1.48
CCI: 1.5.0
Testing the new CCI, i have been unable to get to the main menu. Starting it up with the console open i noticed that it is giving errors.

Failed to create mod instance. ModID: contentcreatorintegration, class me.ichun.mods.cci.common.ContentCreatorIntegration
java.lang.NullPointerException
	at me.ichun.mods.cci.common.event.EventHandler.readConstants(EventHandler.java:101)
	at me.ichun.mods.cci.common.event.EventHandler.init(EventHandler.java:38)
	at me.ichun.mods.cci.common.ContentCreatorIntegration.lambda$null$2(ContentCreatorIntegration.java:111)
	at me.ichun.mods.cci.common.ContentCreatorIntegration$$Lambda$2235/1577337346.run(Unknown Source)
	at net.minecraftforge.fml.DistExecutor.runWhenOn(DistExecutor.java:56)
	at me.ichun.mods.cci.common.ContentCreatorIntegration.<init>(ContentCreatorIntegration.java:105)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
	at java.lang.Class.newInstance(Class.java:442)
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:131)
	at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2155/1863410679.accept(Unknown Source)
	at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65)
	at java.util.function.Consumer$$Lambda$2154/602552403.accept(Unknown Source)
	at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65)
	at java.util.function.Consumer$$Lambda$2154/602552403.accept(Unknown Source)
	at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112)
	at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:134)
	at net.minecraftforge.fml.ModList$$Lambda$2216/289080492.accept(Unknown Source)
	at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
	at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512)
	at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
	at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
	at java.util.concurrent.ForkJoinTask.doInvoke(ForkJoinTask.java:401)
	at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:734)
	at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
	at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
	at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
	at net.minecraftforge.fml.ModList.lambda$dispatchParallelEvent$11(ModList.java:134)
	at net.minecraftforge.fml.ModList$$Lambda$2204/1911860918.run(Unknown Source)
	at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
18:30:03.508
Failed to complete lifecycle event CONSTRUCT, 1 errors found
18:30:03.510
EventBus 0 shutting down - future events will not be posted.
java.lang.Exception: stacktrace
	at net.minecraftforge.eventbus.EventBus.shutdown(EventBus.java:278)
	at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:115)
	at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2039/808663361.run(Unknown Source)
	at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97)
	at net.minecraft.client.Minecraft.<init>(Minecraft.java:393)
	at net.minecraft.client.main.Main.main(SourceFile:166)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$385/1967617997.call(Unknown Source)
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

I also noticed that a similar issue was open up. In the comments They posted to make sure that the configs has "" for the streamlabs key and twitch username. I have that in the config yet it still has this issue.
https://i.imgur.com/HSI02VE.png

StreamLoots Support

Hi there,

I would like to ask for StreamLoots support.
Fully aware that this might be more work than wanted, but it would make a nice addition I believe.
I managed to gather some information about how to pull the events HERE

I guess picking up on the events would require the GUID (as described in the events link)
And I guess the trigger & reward could be as simple as
Card Played: Spawn Zombie (card name)
Reward / Command: /Summon Zombie

Editing the config file crashes my game.

My game crashes after I add my StreamLabs Socket API Token in the config file. My token contains underscores and in the crash report the underscores are not there.
Here is the crash report without my token:

The game crashed whilst rendering overlay
Error: com.electronwill.nightconfig.core.io.ParsingException: Invalid value: (My Socket API Token)

DonationAlerts Support?

Can I create Donation Alerts event about donations in Ruble currency? In mod config i'am find donation in Streamlabs services, but DonationAlerts donation events i cant find!
Screenshot_1
Screenshot_2

Server CCI OP requirement

Hi iChun,

Upon attempting to use your mod on our server, my friends and I have come across an issue.

While the mod is supposed to work for any user without op status on the server, at this point in time, that isn't the case.
In order to allow a user to use CCI on the server, the user is required to be op'd.

Could you please look into this when you have a chance, as my friends and I are keen on using CCI on our server, but are concerned about potential new players on the server that we might not know so well requiring op status in order to use the mod, thus opening up a vulnerability in the server.

Thanking you in advance for your help with this.

Kind regards,
Sublimiter

2 new Variables please

Could we please have 2 variables added to CCI

1 variable to count the iteration of a RepeatOutcome event. So if we repeat something 10 times, we could do Spawn Rabbit Name "Sub Month $Iteration", would spawn 10 rabbits. one called "Sub Month 1", "Sub Month 2" etc

1 variable as a Counter. When people cheer/subscribe/follow we can add an amount to the Counter. When Counter equals a certain amount we trigger an event. Cheer/sub/follow could set different amounts to counter. And an event for when value of Coutner changes, so we could maybe display a message on screen

thank you

floor, ceil, round arithmetic conditions not working

This again may be user error but I can't find a way to make them work. The functions will generally only need a single value given to them, but the arithmetic condition will only be accepted with 2 values entered. I've tried leaving a null in the 2nd value field, this leaves the condition highlighted in red and it gets removed when you save and close the config. I've tried adding a 0 in to the 2nd value field (https://pastebin.com/19E46z99) this gives a result of 0 in the toast. And I've tried adding in the same number in both value fields (https://pastebin.com/NsSLnkGq), which also gives a 0 in the toast.

Is there something I'm missing with this?

Scrollwheel Doesn't Work

I am trying to look at the variables in the cci edit menu but when I scroll nothing happens. It says the list is scrollable but it isn't working. Is there anywhere I can just view all the variables?

Player in Death Screen, so queue the events

Is there a way to queue events so that when a player respawns the events happen

Ive noticed that while the player is in the death screen, things like chance cubes will appear in their hotbar, but when they respawn their hot bar is empty

Also summoning lightening fails if the player is in the death screen

these are just a couple of examples that I use in my CCI scripts

Website down

the website under Event Configuration "Read about it in more detail here." is down.
Would be nice if there was a bit more info on how to use this mod. I am struggling trying to set it up.
want a chat to command to summon a wolf.
can't figure out how to setup a trigger ie; If chat == "!summon" do x
Have read the entire CCI website ~5 times and am still lost.
Thx for all the awesome mods!

java.lang.NoClassDefFoundError when using Twitch launcher

Made a new 1.15.1 forge profile in twitch launcher, installed CCI 1.15.1, and it refuses to load. No other mods installed.

forge-30.0.51

[23:36:28] [modloading-worker-1/ERROR]: Failed to create mod instance. ModID: contentcreatorintegration, class me.ichun.mods.cci.common.ContentCreatorIntegration java.lang.NoClassDefFoundError: net/minecraftforge/fml/config/ModConfig$ConfigReloading at me.ichun.mods.cci.common.ContentCreatorIntegration$ConfigClient.<init>(ContentCreatorIntegration.java:284) ~[?:1.2.3] at me.ichun.mods.cci.common.ContentCreatorIntegration.lambda$null$1(ContentCreatorIntegration.java:103) ~[?:1.2.3] at me.ichun.mods.cci.common.ContentCreatorIntegration$$Lambda$2215/937536615.run(Unknown Source) ~[?:?] at net.minecraftforge.fml.DistExecutor.runWhenOn(DistExecutor.java:56) ~[?:?] at me.ichun.mods.cci.common.ContentCreatorIntegration.<init>(ContentCreatorIntegration.java:101) ~[?:1.2.3] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51] at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51] at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_51] at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:131) [?:30.0] at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2151/1401589925.accept(Unknown Source) [?:30.0] at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51] at java.util.function.Consumer$$Lambda$2150/1631805946.accept(Unknown Source) [?:1.8.0_51] at java.util.function.Consumer.lambda$andThen$14(Consumer.java:65) [?:1.8.0_51] at java.util.function.Consumer$$Lambda$2150/1631805946.accept(Unknown Source) [?:1.8.0_51] at net.minecraftforge.fml.ModContainer.transitionState(ModContainer.java:112) [?:?] at net.minecraftforge.fml.ModList.lambda$null$10(ModList.java:134) [?:?] at net.minecraftforge.fml.ModList$$Lambda$2202/906340269.accept(Unknown Source) [?:?] at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) [?:1.8.0_51] at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) [?:1.8.0_51] at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:512) [?:1.8.0_51] at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291) [?:1.8.0_51] at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731) [?:1.8.0_51] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51] at java.util.concurrent.ForkJoinTask.doInvoke(ForkJoinTask.java:401) [?:1.8.0_51] at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:734) [?:1.8.0_51] at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160) [?:1.8.0_51] at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174) [?:1.8.0_51] at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233) [?:1.8.0_51] at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) [?:1.8.0_51] at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583) [?:1.8.0_51] at net.minecraftforge.fml.ModList.lambda$dispatchParallelEvent$11(ModList.java:134) [?:?] at net.minecraftforge.fml.ModList$$Lambda$2200/1488311804.run(Unknown Source) [?:?] at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386) [?:1.8.0_51] at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) [?:1.8.0_51] at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) [?:1.8.0_51] at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) [?:1.8.0_51] at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) [?:1.8.0_51] Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.config.ModConfig$ConfigReloading at java.lang.ClassLoader.findClass(ClassLoader.java:530) ~[?:1.8.0_51] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_51] at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:101) ~[modlauncher-5.0.0-milestone.4.jar:?] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_51] ... 39 more

[Feature Request] Add support for youtube StreamLabs events

Hi, I tried to connect my streamlabs to this mod because I want to stream my modpack on youtube.
I tested it and discovered that it only supports twitch stream events.
Is it possible to also add youtube events support like super chat and new subscriber?

Quality of life addons to the mod

It would be great if we could get feedback when we whitelist someone on the server for cci

Console:
/cci whitelist {username}
{username} is now whitelisted to use CCI rewards

Also any possible way for the OP players to add people to the CCI whitelist from within game? I have been asked by alot of streamers who have used my preset from reddit, "Hey is your preset broken? I whitelisted myself and they wont trigger." My response is normally, "Did you whitelist your self using the command in console? not within game but the actual console." So many try to do the whitelist from within the game itself.

Delay corrections in need

I was able to find a "fault" with CCI I would like you to look at when you get a chance. (When I say fault, it doesn't break CCI, just a function doesn't work as expected)

When making an event, I am able to set a delay on the parent event as per usual, but when creating a child event within a repeat outcome, the delay no longer works (So the idea here is to use the repeat outcome for a continued subscriber to spawn multiple spawns, but instead of adding a command outcome to the repeat outcome so all spawns spawn at the same time, I had tried to add iterations by calling on a child event outcome to slow down the spawns with a delay, but the delay in the child event doesn't add a delay to each of the spawns)

Sorry for the long message buddy, I just wanted to make sure that you clearly understood where the location of the error is, to save you some time if and when you get a chance to view it and or fix it.

Eliminate the need for server side installation

Is there a way to eliminate the need to install CCI on a server and only run it client side? This would make it possible to use it on vanilla servers or servers that we don't have the ability to add mods to (provided we have op rights).

Unable to insert variables into Arithmetic Conditions

This may be user error on my part but I've tried every way I could think to get this working with no luck. I've been trying to take a number from a chat message, perform some basic arithmetic on the number, and use the output as a variable elsewhere. I've checked the $message variable using an isNumber condition to make sure it's a number, then used an arithmetic condition to (as an example) add 50 to the number and stored it in the variable "testVar". I've then output testVar in chat and regardless of the input (provided it was a number that was entered) It always returns 50.0. I've tried all variable names both with and without preceding $'s and I'm still not getting the expected results.

Hopefully this made sense, and apologies if this is an error on my part, but I've been tearing my hair out trying to figure this out.

[Feature Request] Ability to listen for test events

When using StreamElements, Test alerts / replayed alerts use "event:test" instead of "event".

It would be really useful to be able to listen for these, so that we can test our configs before going live.

Would offer a PR, but the source isn't available - more than willing to give a hand if needed

Commands issued on a server are truncated

I created and tested a command event that is too long for the chat window and it works fine in single player but when I'm on a server that doesn't have CCI the command is cut short.

Version 1.15.2-1.4.3

[Feature Request] A Drop command

I know this seems a little out of context for your mod but heres my idea...

Using your mod Streamers can !redeem items from the Twitch store thru Twitch Chat which is great. I have a mystery item that has a chance to change the players head

The problem is that whatever item is in the players head slot gets deleted. I can not find any command that would drop an item on request from the players inventory.

So a '/Drop Slot #1' command would drop the players head item and I can safely replace it. Or any slot item in the players inventory.

YT and Twitch Tokens are different

I use StreamElements. The YT and Twitch tokens are different. Could you adapt your config file to store both tokens. And maybe a command to easily switch connection between the two while in game?

thank you

[Requested Feature] Make certain CCI rewards an once in stream type thing

So with some rewards that have been written, is there by chance we can get a option to say, "Make this reward happen once per stream or Session load."

EXAMPLE:

CCI is detecting when someone hosts, reward happens
same person unhosts and hosts again 
same reward happens again

or

Summon dragon for 100000 bits 
this reward can only be triggered once per session

subMysteryGift for StreamLabs isn't working?

I'm having issues getting the subMysteryGift to work properly. Below is what I have in my streamlabs.json file for subMysteryGift. Within Streamlabs I setup a subscription variation within the minimums and test it out, but not even the toast pops up in the top right. Everything else I've setup works, just this one doesn't work. Am I doing something wrong or?

"subMysteryGift": [ { "name": "Sub Gift Notification", "conditions": [], "outcomes": [ { "toastType": 2, "title": "Gifted Subs", "subtitle": "$name gifted $amount subs", "type": "toast" } ], "allowsOtherEventsToTrigger": true, "playTime": 20 }, { "name": "5 gifted subs Lucky ore where you stand", "conditions": [ { "modId": "luckyores", "type": "modExists" }, { "min": 5.0, "max": 9.0, "type": "range" } ], "outcomes": [ { "command": "/execute at @a run setblock ~ ~-1 ~ luckyores:baseluckyore replace", "type": "command" } ] }, { "name": "10 gifted subs Bad Lucky Ore where you stand", "conditions": [ { "modId": "luckyores", "type": "modExists" }, { "min": 10.0, "max": 19.0, "type": "range" } ], "outcomes": [ { "command": "/execute at @a run setblock ~ ~-1 ~ luckyores:badluckyore replace", "type": "command" } ] }, { "name": "20 Gifted Sub Wither Spawn", "conditions": [ { "min": 20.0, "max": 49.0, "type": "range" } ], "outcomes": [ { "command": "/execute at @a run summon minecraft:wither ~ ~1 ~", "type": "command" } ] }, { "name": "50 Gifted Subs Dragon Spawn", "conditions": [ { "min": 50.0, "max": 99.0, "type": "range" } ], "outcomes": [ { "command": "/execute at @a run summon minecraft:ender_dragon ~ ~1 ~", "type": "command" } ] }, { "name": "100 Gifted Subs Clear Inventory", "conditions": [ { "amount": 100.0, "type": "amount" } ], "outcomes": [ { "command": "/execute at @a /clear", "type": "command" } ] } ],

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.