"Disable Cold Damage" & "Disable Temperature Functions" didnt seem to work, console shows players are indeed being granted permission but nothing changes, do these not work anymore? Does anyone know where I might find what I need to change this in code?
Disable temperature conditions?
are you talking about for the whole map? only way i do it is using zone manager and i made a zone for the snow areas and set the temp using that . as for commands i dont know
Blox90are you talking about for the whole map? only way i do it is using zone manager and i made a zone for the snow areas and set the temp using that . as for commands i dont know
nah, I mean per player. I want to be able to instantly turn on an off temperature conditions for a player
oh. New and all so if you figure it out please let me know
Not sure why those plugins wouldn't work. I don't think anything has changed that would break those plugins.
Merged post
All "Disable Temperature Functions" does is cap the minimum and maximum temperature of the player at 30, then set the player temperature to 30. Which should work.
Merged post
All "Disable Temperature Functions" does is cap the minimum and maximum temperature of the player at 30, then set the player temperature to 30. Which should work.
0x89A
Not sure why those plugins wouldn't work. I don't think anything has changed that would break those plugins.
Merged post
All "Disable Temperature Functions" does is cap the minimum and maximum temperature of the player at 30, then set the player temperature to 30. Which should work.
ok let me mess around with it and see if I can make it work. I'm not using any mods that would even remotely affect this I believe.
does it require the user to leave the server and return? I read that Disable Cold Damage does which is why I tried the other
Edit: do you happen to know the default min and max? basically if i tried to manipulate the metabolism myself, the best way to turn it off is setting back to default values yeah?
I don't know the default, but I think that the UI popup for cold appears at 5 degrees and for heat it's 40. So as long as you set it somewhere in between those values it should be fine.
Ok I think its not working because "Disable Temperature Functions" only checks perms and applies when a player sleeps or wakes up, am I gonna get yelled at if I copy the idea of that plugin inside mine but only check when a player is mounted on the entity of my choosing?
I dont believe I can reference their plugin in my plugin I would assume, their method is private anyway
I dont believe I can reference their plugin in my plugin I would assume, their method is private anyway
No you won't get shouted at lol. Anyway, majority of the plugins on uMod have open-source licenses, meaning you are free to modify and use them.
Merged post
Also I wouldn't worry too much about "copying ideas", since you can't own an idea. The only instance that it might be frowned upon is if you are copying the idea of a really unique server or plugin or something.
Merged post
Also I wouldn't worry too much about "copying ideas", since you can't own an idea. The only instance that it might be frowned upon is if you are copying the idea of a really unique server or plugin or something.