Does the plugin need an update ? players seem to be able to place w/e they like without limiting anything, any ideas. ?
Merged post
Alright well the only ones that do get limited are the default items that are in the config file but when i add other items to the list it doesn't limit those.
Merged post
Alright i found out the issue you have to get the /shortname, because its not the same as just putting mailbox, you need to put mailbox.deployed.
Merged post
The only items i'm having issues with are the table, mailbox, it doesn't seem to block you from placing more, but it says you have reached the limit but you can keep placing them, any ideas ?
Merged post
Edit: All the items with .deployed im having issues with, it says you reach the limit but you can keep placing them.
Merged post
I got it to work, i just added that line to the code, and also all the other item names that start with .deployed.
if (entity.ShortPrefabName == "mailbox.deployed")
item = ItemManager.CreateByName("mailbox");
Merged post
Alright well the only ones that do get limited are the default items that are in the config file but when i add other items to the list it doesn't limit those.
Merged post
Alright i found out the issue you have to get the /shortname, because its not the same as just putting mailbox, you need to put mailbox.deployed.
Merged post
The only items i'm having issues with are the table, mailbox, it doesn't seem to block you from placing more, but it says you have reached the limit but you can keep placing them, any ideas ?
Merged post
Edit: All the items with .deployed im having issues with, it says you reach the limit but you can keep placing them.
Merged post
I got it to work, i just added that line to the code, and also all the other item names that start with .deployed.
if (entity.ShortPrefabName == "mailbox.deployed")
item = ItemManager.CreateByName("mailbox");