EdenServer / community

34 stars 17 forks source link

Table of Contents

  1. How to submit a bug report
  2. How to get rid of those pesky "NPC" mob names

How to submit a bug report

  1. Search to see if your issue has already been submitted. If it has you can comment on that issue instead of posting your own.

  2. Click Issues

  3. Click New Issue

  4. Fill as much data as possible to help us figure out the problem. More details means it's more likely to get fixed and you can always update your report later if you remember something.

  5. Attach the appropriate labels

  6. Click Submit

Step 1

Step 2

How to get rid of those pesky "NPC" mob names

  1. Make a new folder in './Ashita/addons' and name it 'renamer'.
  2. Copy the Renamer plugin to the renamer folder that you just made
  3. Create another folder inside the 'renamer' folder and name it 'lists'
  4. click on the eden file in the renamer file, then click raw. copy it and paste it into a new file using notepad++ or something similar. Save as eden.lua file
  5. Inside your default script ('./Ashita/scripts/Default.txt' if you haven't changed it) add the following lines in order...
    /addon load renamer
    /renamer load eden

Note: The renamer addon is only allowed to be used with the lists we provide. Any use of it other than that is strictly prohibited. Please inform us if the names are incorrect by submitting a bug report.