-
Posts
1,264 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Krungh Crow
-
u can add `cardtable` (actual item name) to your loottable My plugin using the unimplemented item for players to be able to craft it. can be recycled and even picked up normaly..allso tested with removertool It is a actual item in the rust files which is not used ingame (officialy) no red text seen when i spamm tested crafting and picking it up
- 18 comments
-
- #fun
- #krunghcrow
-
(and 7 more)
Tagged with:
-
Version 1.0.2
1,264 downloads
Craft, place and pickup you would any other deployable item. Features : Backpack safe Using Rusts Buildingblock mechanics Set a crafting cost through configuration Craft the Poker Table using a simple chat command with permission aslong you have the materials in your inventory. Craft is cancelled when not enough inventory space Can be recycled for wood and metal fragments Can be used with RemoverTool Permissions : pokertables.use : To be able to use chatcommands and craft the Poker Table Commands : /poker info : Prints craftingcosts, commands and plugin info to chat /poker craft : Crafts you the Poker Table (providing you have the required materials) Configuration : { "Main config": { "Debug": true, "Chat Prefix": "[<color=yellow>Poker Tables</color>] ", "Crafting Costs": { "scrap": 100, "wood": 1000, "metal.fragments": 100, "tarp": 1 } } } Localisation : English language file included to use a diffrent language just make a new file in the language folder. { "Craft": "You need more resources:\n{0}", "CraftingCost": "<color=green>Materials needed to craft the Poker Table</color> :", "Info": "\n<color=green>Available Commands</color>\n<color=green>/poker info</color> : Shows info on version/author and commands", "InfoCraft": "<color=green>/poker craft</color> : To craft the Poker Table", "InvalidInput": "<color=red>Please enter a valid command!</color>", "InventoryFull": "You need at least 1 more slot in your inventory,canceling the craft", "Succesfull": "You succesfully crafted a Poker Table for 6 players", "Version": "Version : V", "NoPermission": "<color=green>You do not have permission to use that command!</color>" }Free- 18 comments
- 3 reviews
-
- 4
-
-
- #fun
- #krunghcrow
-
(and 7 more)
Tagged with:
-
Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.9
-
i decompiled the rustfiles but i am not entirely sure to call for them
-
solution for lost wood inventory is full
Krungh Crow replied to Atope89's Support Request in Support
Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.4 -
solution for lost wood inventory is full
Krungh Crow replied to Atope89's Support Request in Support
cheers -
solution for lost wood inventory is full
Krungh Crow replied to Atope89's Support Request in Support
Changed Status from Pending to Work in Progress -
solution for lost wood inventory is full
Krungh Crow replied to Atope89's Support Request in Support
ill build a checker for that -
have to look at `MenuTip`
-
Version 1.1.0
480 downloads
Crafting of Stationary Paper with new skins for organisiation and a locked `Admin Note` Features : Vanilla Notes get a new skin when crafted Craft different stationary papers each with their own skin and name Admin Note cant be rewritten or crafted if a player doesn't have the stationarypaper.admin permission assigned (to avoid abuse) Set a crafting price (wood for now) the Admin Notes are free to craft by admins Chat notification when not enough wood to craft in your inventory Craft canceling if no free inventory space Popup with costs when crafted (custom items don't show in notifications when crafting) Can be added to kits Backpacks safe (Bank does not support custom item names) Permissions : stationarypaper.admin (to be able to craft the admin note) stationarypaper.normal (To craft the notes for vanilla price : 10 wood) Commands : /note info : for a full listing of Configuration setup and commands /note admin : Crafts a Admin Note (locked for editing) /note bomb : Crafts a Bomb Letter (Does not explode) /note crow : Crafts a Crow Note /note information : Crafts a Info Note /note love : Crafts a Love Letter Configuration : { "Main config": { "Debug": false, "Chat Prefix": "[<color=purple>Stationary Paper</color>] " }, "Crafting Costs": { "Wood ammount": 100 } } Localisation : English language file included to use a diffrent language just make a new file in the language folder. { "NoteCrafted": "You succesfully crafted a <color=orange>{0}</color>", "Info": "\n<color=green>Available Commands</color> :\n<color=orange>/note info</color> : Shows info on version/author and commands", "InfoAdmin": "<color=orange>/note admin</color> : Crafts a Admin Note", "InfoBomb": "<color=orange>/note bomb</color> : Crafts a Bomb letter (does not explode)", "InfoCrow": "<color=orange>/note crow</color> : Crafts a Crow Note", "InfoInfo": "<color=orange>/note information</color> : Crafts a Info Note", "InfoLove": "<color=orange>/note love</color> : Crafts a Love Letter", "InvalidInput": "Please enter a valid command!", "InventoryFull": "You need at least 1 more slot in your inventory,canceling the craft", "Version": "Version : V", "NoPermission": "You do not have permission to use that command!" } Skins are uploaded with : Totally worth itFree -
Changed Status from Pending to Work in Progress
-
Changed Status from Pending to Work in Progress
-
error spamming after last rust update
Krungh Crow replied to DutchPrelude's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to 1.0.6 -
works perfect on my testserver. Do you have any other animal related or navmesh related plugins running ? I might have to remove the no run section and see if it could still be a issue
-
error spamming after last rust update
Krungh Crow replied to DutchPrelude's Support Request in Support
the new AI is kinda botched i noticed oxide released a attempt to fix this nre i will do more testing myself too -
- 31 comments
-
- 31 comments
-
#CrazyIdea - Fortune Cookies (Casual Questions)
Krungh Crow replied to Flammable's topic in Requests
Large lootbags with a skin has everything in and can make it trigger to send a randomised chatmessage that way u can edit the loot or reward with an loot plugin -
all backtothewild does is alter stats vs customai which built its own behaviour and if u set server variables to ai.move false ai.think false then there will be issues
-
- 31 comments
-
- 2
-
-
yes and new npc-animal behaviour and appearance this will have some impact on plugins using npc and animals allso
-
yeah i got the terrain bit covered but the new rocks(cliffs) hdrp are a pain in the but lol
-
they move on my test server they do pause (confusion) when reaching original treshold then attack again i have to think of a complete monobehaviour to make them agro allways and dont give up on attacks
-
animals wont move if u ported around in vanish and unvanish i have not changed the the immobile animals in the plugin. i set the chance to flee to 0 so that could be it i could change it to treshold instead