Hello,
Today I set my first Rust Server up and installed Oxide.
So far so good, I have loaded some Plugins, like the Levels, Backpacks, EasyAirDrop, EnhancedHammer, N-Teleport,...
oxide.plugins gives this
And many of these Plugins work just fine, I can control the Air Drops form Rusty, I have a Backpack that I can use, the Map works just finde, ...Code:Listing 12 plugins: 01 "Backpacks" (2.0.4) by LaserHydra (0.02s) 02 "Easy Airdrop" (3.2.2) by LaserHydra (0.00s) 03 "Enhanced Hammer" (0.5.0) by Visagalis (0.00s) 04 "InfoPanel" (0.9.5) by Ghosst / Nogrod (0.64s) 05 "Item Skin Randomizer" (1.3.1) by Mughisi (0.00s) 06 "LustyMap" (2.0.71) by Kayzor / k1lly0u (11.87s) 07 "NoDecay" (1.0.13) by Deicide666ra/Piarb (2.95s) 08 "StorageCleaner" (0.1.0) by k1lly0u (0.05s) 09 "Zeiser Levels Remastered" (1.6.6) by Zeiser/Visagalis (0.08s) 10 "NTeleportation" (1.0.14) by Nogrod (0.64s) 11 "Portals" (2.0.3) by LaserHydra (0.00s) 12 DeathSigns - Failed to compile: DeathSigns.cs(146,67): error CS1503: Argument `#1' cannot convert `byte[]' expression to type `System.IO.MemoryStream
But The Enhanced Hammer does not work and so does the Teleportation and Portals....
These Plugins give new chat Commands and these don't with either.
as an example
(for the enhanced hammer) gives "invalid Command" and the other commands for teleport or portals give the same error.Code:/eh help
/version does not work from the in game chat but version (without the "/" works)
but the other commands do not work with or without "/"
Oxide itself seems to work just fine, and since I just installed it today everything should be the newest version.
Anything I could try to fix this?
Solved Commands from plugins not working in chat
Discussion in 'Rust Discussion' started by NIoSaT, Dec 28, 2016.
-
Wulf Community Admin
All chat commands are prefixed with /, there are no commands in the chat without /. Console commands are not chat commands, and are only used in the F1 console and/or server console or RCON. Not all plugins have chat commands, so unless they specifically say they are chat commands, I wouldn't assume they work in the chat.
If you get an "invalid command" or "unknown command" message, it's because the plugin is either not loaded or it's not a valid chat command. Some plugins also require permissions for chat commands, and the message they send if you do not have that may vary. -
Wow, first of all thanks for the fast answer!
And it works now, I mixed up CONSOLE (F1) commands with the CHAT (enter) commands
I tried to run them in the console instead of the chat