Solved I found a glitch with /say

Discussion in 'Bukkit Help' started by bunny365, May 3, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    bunny365

    I will use the template found HERE.

    1. What OS are you using (Brand and version - Ex. Windows XP SP3 or Windows 7 x64)?
    Windows 8
    2. What architecture is the OS you are running (x64 or x86)?
    x64
    3. What version and architecture is your java install? (Type: java -version in command prompt.)
    java version "1.7.0_21"
    Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
    Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
    4. Are you running any wrappers? McMyAdmin, mcadmin, Hamachi, etc?
    I don't think so.
    5. What build of CraftBukkit are you running? (do NOT say latest. Say the build number.)
    Code:
    2013-05-03 18:58:36 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.1-R0.2-15-gb545
    518-b2768jnks (MC: 1.5.2) (Implementing API version 1.5.2-R0.1-SNAPSHOT)
    6. Pastebin.com/Pastie.org your server.log, server.properties and bukkit.yml files.
    Sorry. My file is WAY too big to open in Notepad.
    7. What command are you using to run your CraftBukkit server?
    I'm using RemoteToolkit to run Bukkit, but the command is:
    Code:
    java -Xmx30M -Xms30M -XX:MaxPermSize=40M -jar Minecraft_RKit.jar admin:(password)
    8. What plugins are you running?
    Code:
    2013-05-03 18:52:01 [INFO] Plugins (36): AssemblyLineFurnace, WorldEdit, Simple-AutoSave, Vault, Per
    missionsEx, Multiverse-Core, MyCommand, LWC, WorldGuard, RemoteToolkitPlugin, Compressors, CrashPrev
    ention, CoreProtect, JukeLoop, RestockIt, ChestShop, BukkitWebby, DeathSwap, ClearLag, ProtocolLib,
    SalvageSmelter, BookShop, Essentials, Jobs, EssentialsProtect, EssentialsSpawn, Multiverse-Portals,
    Multiverse-Adventure, Multiverse-Inventories, Multiverse-SignPortals, Multiverse-NetherPortals, Esse
    ntialsAntiBuild, AuthMe, CraftBook, EssentialsChat, Factions
    9. What error are you getting (remember to post your server.log file (from the start to finish of your server) - pastebin.com or pastie.org please)?
    I was on my server and I had an idea using SpoutCraft. I tried to tell my users about it but:
    Code:
    >say It would show a notification saying "Achievment get! I was banned!"
    java.lang.IllegalArgumentException: !": event not found
            at jline.console.ConsoleReader.expandEvents(ConsoleReader.java:507)
            at jline.console.ConsoleReader.finishBuffer(ConsoleReader.java:379)
            at jline.console.ConsoleReader.readLine(ConsoleReader.java:1327)
            at jline.console.ConsoleReader.readLine(ConsoleReader.java:1117)
            at com.drdanick.McRKit.Wrapper$4.run(Wrapper.java:698)s banned!"
    Error: Console input stream closed unexpectedly. Attempting to re-open stream in 20 seconds...
    10. What have you tried already?
    All I did was remove the ! at the end, even it worked I still thought you should know about it.
    11. Have you tried any of the things below?
    No actually...
     
  2. Offline

    stuntguy3000

    This is not a bukkit glitch. Check your plugins.
     
  3. Offline

    bunny365

    Oh. I did mention this before, but I'm using Remote Toolkit. I just read this line of the error:
    Code:
    at com.drdanick.McRKit.Wrapper$4.run(Wrapper.java:698)s banned!"
    And it says that it's Remote Toolkit (McRKit). Thanks!
     
  4. Offline

    stuntguy3000

Thread Status:
Not open for further replies.

Share This Page