Jump to content

Announce command

Posted

When i loaded the announce plugin i did what it said but it just wont work and i would like to know who can help me fix it 

  • Replies 35
  • Views 4.2k
  • Created
  • Last Reply

Featured Replies

Did you do /pcompile? You need to do that first. /pcompile filename.cs. This compiles it into a .dll. Then you can do cmdload. languages like C# requires you to compile it.

Then I don't know what's wrong. Besides typos. It's saying that the file is missing. You must have done something wrong to not compile it right if you have the cs file. 

  • Administrator

It's a command, so should be using /compile and /cmdload instead of /pcompile here

---

The issue here is that at some point, someone opened and saved CmdAnnounce.dll with a text editor - but .dll files are not text files, which meant that some of the bytes in the .dll file got changed and hence made the .dll unloadable.

If you do /compile Announce (to regenerate CmdAnnounce.dll) and then /cmdload Announce again though, it should work.

Just now, minecraft_1589 said:

now i have to keep doing /cmdload Announce once in a while 

cmdautoload.txt exists

Archived

This topic is now archived and is closed to further replies.