-
Posts
103 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Srtzero
-
Sorry. you can close this ticket. I forgot to update it. I'm not sure why it happened, but I was using oxide with BetterVanish in conjunction with your mod. And it would always show me as vanished no matter what vanish state I was in. I had some other plugin issues, so I completely erased the sever instance and started from scratch. Everything has been working since. But thank you for your time and support.
-
Well. Since you released a new version, I decided to delete the current version, and associated config and data files and start from scratch. Everything is working normal now as its supposed to be. Thanks for the support either way.;
-
Is there a certain speed that I have to use to get it to show? Not using the custom speed seems to have it take forever to land. Like over 3-4 minutes.
-
So I have tried with two different steam accounts I have. One has the ownerid and is admin, the other I leave as a regular player account. Whenever I open the shop and try to purchase something, it always gives me the items for free without taking any funds. I have even tried purchasing an item that is more expensive than what I have funds for. No error saying not enough funds nothing. I have tried changing the shop plugin to use economics, server rewards and even your own bank plugin. Does the same thing irregardless of which account I use. It’s almost like the use free permission is on, which I have clearly not assigned to my accounts.
-
No.that was the first thing I made sure to not enable. I read what the permissions do in the description. I have also doubled check and it’s not assigned to either the admin group or default group.
-
Thank you for the graphic and explanation. I should now be able to move it on my own when I finish work and can access my server. Thank, you can close this ticket as resolved.
-
What did you do to fix this? I am having the same issue.
-
Hi. How can I effectively move the compass icon from its current position? Is it these fields? "Icon AnchorMin": "0.02 0.92", "Icon AnchorMax": "0.07 0.994", How do the numbers work? I am trying to get the icon from the current top left of my screen to the top right. Or even at the bottom of the screen next to the player hotbar. Also is there a way to change the size of the compass? I am also trying to add your hooks to another plugin and just wanted to make sure the hooks are correct. You have the below hooks, but they are the same for begin and end. Is that correct? or should the end event be ScavengerHuntEnd? ScavengerHuntStarted() // called when the event starts ScavengerHuntStarted() // called when the event ends Maybe a suggestion to help us newbies would be to have something like this for positioning. I have seen it in some other mods, and makes moving the icons or graphics super simple. "Position": { "Align [TopLeft | TopRight | BottomLeft | BottomRight": "TopLeft", "Left | Right - offset": 40, "Top | Bottom - offset": 25
-
Thanks for all the help and the quick response. Ticket can be closed.
-
That fixed it, Thanks. Everything is working beautifully now!! Great event plugin, Thanks.!! On a side note, when I downloaded the plugin it still had the broken links for the compass images in the config. I just found the support ticket where you provided alternate links.
-
Here are my configs and loot tables. Everything else works exactly as expected. notifications, direction of compass, custom skin for the box. Just no loot at all. ScavengerHunt.json ScavengeTable.json SimpleLootTable.json
-
That is exactly what I have. Just checked. Also I have reverted the simpleLoot config to default. Reloaded both plugins and ran a scavenger hunt. Event storage box is still empty.
-
Well I did try that first and the box was still empty. Why I changed the SimpleLoot config.
-
I do have the min/max values set. I also edited the example loot table, and saved it with a new name and specified that name in the scavenger config file. However the box still shows empty. Also simple loot created the example config again even after I deleted it. I also edited the simple loot config file as follows: { "Use tables for entities": [ { "entityShortName": "box.wooden.large", "tableName": "", "minItems": 6, "maxItems": 12, "multiplier": 1.0 } ] }
-
No. Just didnt want the world getting crowded with empty boxes. I did't know it deletes on the next start.
-
Also when does the lootbox despawn? I currently have the plugin to end the event when a player opens the box, but the box doesnt seem to despawn. Could this be an option you add? For example the box despawns at X amount of time after being opened.
-
Hello. How do I get this plugin to work with your Scavenger hunt plugin? I have edited the exampletable but the scavenger box still shows up empty.
-
Hi. Currently I have better loot setup with custom 3x lootables. Will running Simple Loot interfere with better loot? Is there support for BetterLoot?
-
Hello. First let me say great plugin. Thanks!!. Now I have a slight issue. I enabled the custom speed for the supply drops and they are working fine, however now when it reaches the Parachute deploy distance from ground it does slow down, but there is no parachute being displayed. So it looks funny to have the box drop fast and then magically slow down until it hits the ground. Is there way to fix this so show the parachute when it reached parachute deploy distance? It does this for all supply types since I have custom speed turned on for all of them.