-
Posts
40 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Articles
Store
Posts posted by NubbbZ
-
-
Effects
Run effects on players or yourself! The plugins is primarily used as an API for other plugins like https://weoxide.net/index.php?/file/274-cookingeffectswrapper/
If you want other effects, message me and i can add them :)
Permissions:
- effects.use
Commands:
- /vomit <optional playername>
- /blur <optional playername>
- /shake <optional playername>
- /breathe <optional playername>
- /lick <optional playername>
- /killeffects <optional playername>
Config:
{ "Effects": { "vomit": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "lick": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "breathe": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "shake": { "Enabled": true, "InstantEffect": true, "EffectLengthInSeconds": 60, "EffectInterval": 6 }, "blur": { "Enabled": true, "InstantEffect": true, "EnableFlashing": true, "StaticBlurOpacity": 0.5, "FlashingBlurOpacity": 0.3, "EffectLengthInSeconds": 60, "EffectInterval": 6 } } }
Hooks:
void EffectVomit(BasePlayer Player, int Length, float Interval, bool Instant) void EffectShake(BasePlayer Player, int Length, float Interval, bool Instant) void EffectBlur(BasePlayer Player, int Length, float Interval, bool Instant, bool Flashing) void EffectLick(BasePlayer Player, int Length, float Interval, bool Instant) void EffectBreathe(BasePlayer Player, int Length, float Interval, bool Instant)
-
Submitter
-
Submitted06/15/2022
-
Category
-
Cooking Effects Wrapper
Allows you to link the effects plugin https://weoxide.net/index.php?/file/275-effects/ with the https://codefling.com/plugins/cooking so when you eat a certain food, you can run effects like vomit! Modify the config to the recopies.
Notes:
- Effects: Vomit, Blur, Lick, Breathe, Shake
Configuration:
{ "Recipes": { "hamburger": { "vomit": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 3.0 }, "lick": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 4.0 }, "breathe": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 2.0 }, "shake": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EffectLengthInSeconds": 60, "EffectInterval": 3.0 }, "blur": { "Enabled": true, "InstantEffect": true, "LengthIsBuffDuration": true, "EnableFlashing": true, "StaticBlurOpacity": 0.5, "FlashingBlurOpacity": 0.3, "EffectLengthInSeconds": 60, "EffectInterval": 0.5 } } } }
-
Submitter
-
Submitted06/15/2022
-
Category
-
InventoryRewards
Make custom commands, custom crafts, etc! Enter a command and it checks if you got the stuff and the correct amount and executes the configured command!
Notes:
- If Permission or Message is not set aka "" then they will be skipped!
Configuration:
{ "Commands": { "firebullets": { "ExecuteCommand": "giveto {1} ammo.rifle.incendiary 64", "Permission": "firebullets", "Message": "Enjoy the fire bullets!", "TakeItems": true, "Items": [ { "Shortname": "ammo.rifle", "Amount": 64 }, { "Shortname": "lowgradefuel", "Amount": 32 } ] } } }
-
Submitter
-
Submitted05/26/2022
-
Category
-
ServerRulesGUI
Simple and highly customizable UI, Show your players the rules when they first connect to the server!
Text Styling: Yes u can combine them!
- <color=red>This changes the text color to red!</color>
- <b>This makes text bold!</b>
- <i>This makes text italic!</i>
- <size=20>This changes the text size to 20!</size>
Commands:
- /rules - shows the rules!
Configuration:
{ "Text": [ "1: Do not break into peoples bases, this is a pve server!", "2: Do not steel from players bases/inventory and so on!" ], "UI": { "MainPanel": { "BackgroundColor": "0.5 0.5 0.5 1", "Size": { "AnchorMin": "0 0", "AnchorMax": "1 1", "OffsetMin": "25 25", "OffsetMax": "-25 -25" } }, "Header": { "Text": "Rules!", "FontSize": 60, "FontColor": "1 1 1 1", "BackgroundColor": "0.33 0.33 0.33 1", "Size": { "AnchorMin": "0 1", "AnchorMax": "1 1", "OffsetMin": "0 -100", "OffsetMax": "0 0" }, "Image": { "Shown": true, "ImageURL": "https://weoxide.net/uploads/monthly_2022_02/713574979_WEOXIDE_basic-file-1022200x106.png.160179787166532ce1a2b0924939fb25.png", "Size": { "AnchorMin": "0 0.5", "AnchorMax": "0 0.5", "OffsetMin": "69 -40", "OffsetMax": "211 40" } } }, "Rules": { "FontSize": 18, "FontColor": "1 1 1 1", "Size": { "AnchorMin": "0 0", "AnchorMax": "1 1", "OffsetMin": "35 70", "OffsetMax": "-35 -135" } }, "AcceptButton": { "Text": "Accept", "TextColor": "0.511 0.837 0.021 1", "TextSize": 22, "BackgroundColor": "0.3921569 0.4705882 0.2745098 1", "Size": { "AnchorMin": "0.5 0", "AnchorMax": "0.5 0", "OffsetMin": "-90 30", "OffsetMax": "90 70" } } } }
-
Submitter
-
Submitted03/30/2022
-
Category
ZoneIndicator
in Plugins
Posted
View File
ZoneIndicator
Simple plugin that shows a small UI indicating what zone you are in, It is highly configurable and easy!
Notes:
Permissions:
Commands:
Configuration: