-
Posts
86 -
Joined
-
Days Won
2
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Bubbafett
-
Awesome! Thanks! Anything you think might be useful for another plugin to use being public would be great.
-
I am happy to do this on my local copy, but figured I would make an official request. I'm not sure if you allow edits on your plugins.
-
Hi! I'm a plugin dev and I am currently using your plugin to provide in game weather data to a player HUD. I was wondering if you could make your Weather class public instead of internal, and make API_GetCurrentWeatherPreset() public as well. This allows me to call your API method like this. // Requires: Weather namespace Carbon.Plugins; [Info("MyPlugin", "Bubbafett", "0.0.1")] [Description("Description")] public class MyPlugin : CarbonPlugin { [PluginReference] public Weather Weather; private void Init() { server.Broadcast($"Current Weather {Weather.API_GetCurrentWeatherPreset()}"); } private void OnNewPresetStart(string presetName) { server.Broadcast($"Weather preset changing to {presetName}, updating HUDs."); } }
-
(Each permission can be granted to server staff or groups to allow use of the corresponding commands. All permission strings begin with adminessentials. as shown.) adminessentials.goto – Required to use the /goto command. adminessentials.back – Required to use the /back command. adminessentials.tpm – Required to use the /tpm teleport-to-marker command. adminessentials.spectate – Required to use /spectate. adminessentials.kick – Required for the /kick command. adminessentials.ban – Required for the /ban command. adminessentials.unban – Required for the /unban command. adminessentials.heal – Allows use of /heal. adminessentials.kill – Allows use of /kill. adminessentials.god – Allows use of /god mode toggle. adminessentials.creative – Allows use of /creative mode toggle. adminessentials.creativeall – Allows use of /creativeall (creative mode for all players). adminessentials.give – Required for /give item command. adminessentials.clear – Required for /clear inventory command. adminessentials.repair – Required for /repair command (repair held item). adminessentials.repairall – Required for /repairall command (repair all items). adminessentials.viewinv – Required for /viewinv (view player inventory). adminessentials.trash – Required for /trash (open personal trash can). adminessentials.time – Allows use of /time to set server time. adminessentials.admintime – Allows use of /admintime for personal time setting. adminessentials.clearweather – Allows use of /clearweather. adminessentials.reload – Allows use of /reload command to reload plugins. adminessentials.pm – Required for /pm and /r (private messaging commands). WhoIs Information Permissions: (The /whois command output is divided into sections; each section requires a specific permission. Granting all will show full info.) adminessentials.whois.info – Allows the /whois command to show basic info: player name, Steam ID, and position. adminessentials.whois.status – Allows /whois to show connection status (online/offline), life status (alive or dead), sleeping or wounded state. adminessentials.whois.stats – Allows /whois to show the player’s stats: health, calories, hydration, temperature, radiation, bleeding, wetness. adminessentials.whois.flags – Allows /whois to show player flags: whether the player is admin, in creative mode, developer mode, flying, or in god mode. adminessentials.players – Required for the /players list command. adminessentials.help – Required for the /essentials help command (to view the in-game command list).
-
-
-
- 1
-
-
- #simple
- #whitelist
-
(and 2 more)
Tagged with:
-
Changed Status from Closed to Fixed
-
Changed Status from Closed to Fixed
-
Changed Status from Closed to Fixed
-
Changed Status from Closed to Fixed
-
Changed Status from Work in Progress to Fixed
-
Can you try the latest version and see if it works as expected?
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
Thanks for reporting this! Can you share the exact command you tried to enter?
-
- 15 comments
-
- #admin
- #essentials
- (and 17 more)
-
- 15 comments
-
- #admin
- #essentials
- (and 17 more)
-
This is no longer a problem.
-
Changed Status from Pending to Can't Reproduce
-
Interesting, I couldn't reproduce it. I did fix the docs though. Let me know if you run into any more issues.
-
@Mac just to make sure that I understand correctly, you are disabling the convars but it doesn't seem to affect actual building placement?
-
Thanks for reaching out, I'll take a look at these issues and see if there is anything I can do about them.
-
- 45 comments
-
- 1
-
-
- #loading messages
- #loading
- (and 15 more)
-
- 45 comments
-
- 1
-
-
- #loading messages
- #loading
- (and 15 more)
-
As it stands, this plugin does not work unless you are an admin or have the developer flag enabled. https://commits.facepunch.com/440877
