-
Posts
23 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Balloonicron
-
-
- 225 comments
-
- 27 comments
-
- 1
-
-
- #gathering
- #gather rates
-
(and 3 more)
Tagged with:
-
-
- 225 comments
-
- 1
-
-
Hey, sorry to bug you again. However I'm having an issue and I've tried fixing it repeatedly. I tried changing to Raw but it just becomes a white image. It's like it's not calling the image library for the vanilla icons. And stars don't show up. All this happened after the wipe. Really not sure where it went wrong. QualityCrafting.cs
-
-
I'm pretty sure it's just the image location. Try using dropbox. I've found it to be a much better source. You can use Adobe Express to remove backgrounds for free and upload it to Dropbox and then at the end of the pasted URL it'll have a 0 change it to a 1. Still working on the images, but. All dropbox. Edit: I forgot to add that you should rename images to have simplified names. Like instead of bear(1).jpg just do bear2.jpg or bear_1 just bear1
-
- 33 comments
-
Trying to figure out how to add a cooldown to commands in the Shop plugin. I know there is a cooldown section and it works for items. I just cannot get it to work for commands. I tried using TimedCommandBlocker, but it also doesn't want to do what I want. Anyone got any idea's? TimedCommandBlocker: "Enable logging": true, "Chat steamID icon": 0, "Сommand color": "#FFFF00", "Remaining blocking time color": "#FFA500", "Blocked commands (command: seconds)": [ { "spawnmini.give": "Blocked for two minutes", "Info.Timed": : 120.0 }, And Cooldowns in the Shop plugn: { "rifle.ak": 600, "rifle.lr300": 600, "spawnmini.give": 120 } I'm really bad with coding. So It's probably pretty easy.