Hello, i believe it is my AntiCheat or AnitHack thing that is blocking it but i was wondering since i am the owner of my server with OP and permissions for everything can i possibly make TooManyItems work for me and me only? Because every item i try to get out of TooManyItems, it says: "Error:Specified enchantment cannot be applied to this itemstack" How do i mkae it able for me to work only?:/
You can only use TooManyItems if your player has permission to use the /give command. Assuming you use windows: Go to your %AppData% folder from start->run (or windows key+R), go to your .minecraft folder, edit the toomanyitems.txt file and change allow multiplayer to true. Check the toomanyitems topic on the minecraft forums for more specific information.
Also in the toomanyitems file, you have to specify the command syntax that a /give plugin on your server uses, or it won't work
It comes pre setup with the /give command, which doesn't support data values. You only need to change that configuration option if you want to spawn items like coloured wool/different wood/logs. The information for this can be found on the official toomanyitems topic on the Minecraft forums.
Dangit:'c In my TooManyItems.txt i only have: Code: enable:true enablemp:true itemsonly:false give-command:/give {0} {1} {2} {3} key:o save-name1:1 save-name2:2 save-name3:3 save-name4:4 save-name5:5 save-name6:6 save-name7:7 save1: save2: save3: save4: save5: save6: save7: spawner:Pig include: exclude: I have no multiplayer option :'C
I have my enableemp to true! Plus my toomanyitems looks way different than yours Nathan C... Mine looks like: And of cource iknow to press E?... im not fukin retarded..
alright: where you see PHP: enabledmp=truegive-command:/give {0} {1} {2} {3} enabledmp means whether its multiplayer enabled. that's yes or no. the give-command one asks for the syntax that is required for it to work with a plugin on your server. the way toomanyitems works on multiplayer is that it send a command to the server asking to give you the items. This is how it works: /give: the command used to initialise giving a player an item {0}: the playername {1}: the item {2}: the amount of the item to give {3}: the data value of an item. using the default layout, the following command will be issued to the console in game: PHP: /give user item number datafor example:/give ImminentFate Log 64 2which will give me 64 birch logs (data value of 2) Now, many plugins that give you items don't work like this. For example, essentials requires the following layout PHP: /item {1}:{3} {2} {0} and ingame, this is the command issued to the console: PHP: /item item:data number playerfor example/item log:2 64 ImminentFate Do you get it now? hope this helped
Sweeeet so i changed it to: Code: give-command:/give {0} {1} {2} And now it works online, but now all the potions are gone sooo how would i make them come back? Maybe do this: Code: give-command:/give {0} {1} {2} 1 Ooorr what? idk:/