Jump to content

Bubbafett

Curator
  • Posts

    86
  • Joined

  • Days Won

    2

Everything posted by Bubbafett

  1. Awesome! Thanks! Anything you think might be useful for another plugin to use being public would be great.
  2. 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.
  3. Bubbafett

    Plugin integration changes

    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."); } }
  4. (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).
  5. Version 1.0.0

    128 downloads

    Allows users with permission to teleport to newly placed map markers. Permission teleportmarker.use - Allows users to teleport to map markers. Commands /tpm - Toggles teleporting to map markers
    Free
  6. Version 1.0.0

    112 downloads

    Simple Whitelist provides multiple ways to whitelist your players, either by permissions or by Steam ID! Permission SimpleWhitelist.Allow - Permit user to join your server! Example Config
    Free
  7. Bubbafett

    hi

    Changed Status from Closed to Fixed
  8. Bubbafett

    Spectate Bugs

    Changed Status from Closed to Fixed
  9. Bubbafett

    Private messages

    Changed Status from Closed to Fixed
  10. Bubbafett

    Version 1.3.3 does not work

    Changed Status from Closed to Fixed
  11. Bubbafett

    Ban Error

    Changed Status from Work in Progress to Fixed
  12. Bubbafett

    Ban Error

    Can you try the latest version and see if it works as expected?
  13. Bubbafett

    Ban Error

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  14. Bubbafett

    Ban Error

    Thanks for reporting this! Can you share the exact command you tried to enter?
  15. The GUI will be included in the plugin when I am finished with it. It going to be a while before it is finished and tested.
  16. No GUI yet, but I am making one now. Part of the rewrite for version 2 was creating a better framework to build a GUI on top of.
  17. This is no longer a problem.
  18. Changed Status from Pending to Can't Reproduce
  19. Interesting, I couldn't reproduce it. I did fix the docs though. Let me know if you run into any more issues.
  20. @Mac just to make sure that I understand correctly, you are disabling the convars but it doesn't seem to affect actual building placement?
  21. Thanks for reaching out, I'll take a look at these issues and see if there is anything I can do about them.
    10/10 Plugin Loads messages quickly and allows players who speaks different languages to get their own messages! This helps my server be more accessible!
  22. As it stands, this plugin does not work unless you are an admin or have the developer flag enabled. https://commits.facepunch.com/440877
  23. Bubbafett

    Show Skins

    https://commits.facepunch.com/440877 Has this been tested without auth 1/2 applied? I just tried it and couldn't get it work work without an auth level. Might need to give the IsAdmin flag then remove it after the console command has been run.
2m

Downloads

Total number of downloads.

9.6k

Customers

Total customers served.

139.5k

Files Sold

Total number of files sold.

2.9m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.