-
Posts
348 -
Joined
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by MON@H
-
Changed Status from Pending to Not a Bug
-
What was the logic of adding these entities in the list? They have no translation, so the warning is correct and plugin is not the issue. You may still use these entities if you like, and just ignore that warning in console. I suggest you to use Entity Owner plugin. Stand in the front of any entity you want to get prefab name for and use /prod command. P.S. normally players are not able to place static entities (e.g. campfire_static, hobobarrel_static etc.)
-
Version 2.0.3
38 downloads
Purpose of this plugin is to give players ability to give items to themselves and others using chat command. By default nothing is allowed to anyone, so you can load plugin safely and configure it afterwards. In default config there are multiple permissions. Think of them as different lists of items. You can add new or remove existing permissions as you prefer. If you grant giveto permission to player, he will be able to give items to other players. If player has this permission he will be able to click on the nickname at the top left of the UI and all players list will show up. Note: For a player to appear in the list, he must be alive ## Permissions giveitem.giveto -- Allows the player to give items to other players. giveitem.ignorelimit -- Allows the player to ignore limits. More permissions with limits are created in config file (see Configuration section below) ## Commands /giveitem - Shows a user interface with a list of items by category. ## Configuration Default avatar used if Image Library is not loaded or no avatar image found Default amount used when the user interface is first loaded. The amount can be changed by pressing the buttons at the bottom of the screen. Show admins on player select page show / hide admins from player selection list Chat steamID icon used to set desired account icon in chat messages Log Level (Debug, Info, Warning, Off) used to set desired logging level Discord message enabled enable / disable sending messages to Discord (requires Discord Logger) Discord WebhookURL use this Webhook to send message in desired channel. Leave blank to send to default chanel. Exclude hidden items used to exclude items that have flag hidden (set by Facepunch). Should be used with caution since hidden items might be buggy/broken Items blacklist used to exclude items by shortname Commands list set desired chat command(s) Clear data on map change and Clear data on new save (wipe) are used for cleaning datafile with limits (cooldown) Note: If you'll set Limit reset interval (seconds) to 0 it will disable limits for this permission. You can remove unnecessary default permissions and also add as many permissions as you want. For cases where the player has more than one, the permission with the higher priority will be applied. ## Localization Plugins phrases are available on 3 languages out of the box: English, Russian and Ukrainian Plugin supports Rust Translation API which allows you to have item names in any language supported by Rust ## Developer Hooks ### OnPlayerGiveItem object OnPlayerGiveItem(BasePlayer player, BasePlayer playerTarget, Item item) Called when a player tries to give item to another player. If player is trying to give himself an item playerTarget will be the same as player. Returning a non-null value (default true) prevents item from being gaved.$25.00- 4 comments
- 1 review
-
- 1
-
-
- #items
- #admin tool
-
(and 3 more)
Tagged with:
-
Changed Status from Pending to Not a Bug
-
Yes. Just in case, it's best to always unload the plugin before making changes to the configuration file. And, of course, create backups.
-
Changed Status from Pending to Closed Changed Fixed In to 1.5.2
-
DM me on discord, I will send you custom version with additional debug info to understand what is the issue you got there M_#0755
-
Ello. Are you using Clans plugin from uMod? Do you have `"Use Clans": true,` in config file? Any errors/warnings in server log?
-
Entity count for players not registering properly
MON@H replied to MNfreakTim's Support Request in Support
Changed Status from Work in Progress to Closed Changed Fixed In to 1.5.0 -
Entity count for players not registering properly
MON@H replied to MNfreakTim's Support Request in Support
Update is ready, testing now. Hopefully I'll post it tomorrow. So far it's accurate as hell. Resolved all known issues. If you feel like you want to test it asap - DM me in discord M_#0755 -
Entity count for players not registering properly
MON@H replied to MNfreakTim's Support Request in Support
Changed Status from Pending to Work in Progress -
Changed Status from Pending to Not a Bug
-
There is currently no "height" check. I don't plan to add any in the near future. Maybe someday...
-
- 9 comments
-
@MNfreakTim, if you are asking about this plugin data file - there is none. All data is cached in memory, so there is no phisical file you could read (Since this plugin was about maximizing performance). So if you need to trace all players builded entities, you should use some other plugin for that. This plugin was tested so many times that I can ensure you it counts correctly.