• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Easy Debug Terminal

v21.1 Easy Debug Terminal 1.3

This resource pertains to version 21.1 of Pokémon Essentials.

Easy Debug Terminal has been updated to 1.3​

I forgot to include a feature I made 💀
  • The terminal now saves the command log to an external file in your save data folder so it remembers even if you close the game.

Easy Debug Terminal has been updated to 1.2​

  • You can now hold CTRL to more quickly move the cursor around in the terminal, as well as erasing full words when holding CTRL + Backspace.
  • Added CTRL+X (Cut)
  • v20 and v21 versions of the plugin are both updated with the same features

Easy Debug Terminal has been updated to 1.1​

  • The plugin is now compatible with Essentials v21
  • Added clipboard features
    • CTRL+C to copy current terminal text to clipboard, CTRL+V to paste into the terminal
  • The terminal now keeps track of all previously ran scripts since the game was opened, so you can keep pressing arrow up/down to go as far back as you want.
  • The terminal will now automatically print any returned values from the ran script, so you won't have to use echoln anymore.
    • This can be toggled on or off in the config at the top of the script:
      Ruby:
      # Always print returned value from script
      TERMINAL_ECHO = true
That's about it! Thanks to @-FL- for the idea of automatically printing returned values, I appreciate the feedback!
I hope everyone are enjoying using this plugin, and that these new updates prove useful! 😃
Back
Top