Call doctors to help and let them attend to patients
Go to file
dugo3number2 c0666d78ac Change from logging to sending messages to console when appropriate 2023-06-29 19:46:56 -05:00
.idea Initial commit 2023-06-28 12:01:23 -05:00
gradle/wrapper Initial commit 2023-06-28 12:01:23 -05:00
src/main Change from logging to sending messages to console when appropriate 2023-06-29 19:46:56 -05:00
.gitignore Initial commit 2023-06-28 12:01:23 -05:00
README.md Initial commit 2023-06-28 12:01:23 -05:00
build.gradle Change from logging to sending messages to console when appropriate 2023-06-29 19:46:56 -05:00
gradlew Initial commit 2023-06-28 12:01:23 -05:00
gradlew.bat Initial commit 2023-06-28 12:01:23 -05:00
settings.gradle Initial commit 2023-06-28 12:01:23 -05:00

README.md

SkylineCraft Doctor Attend

Call doctors to help and let them attend to patients

Commands:

  • /needdoctor player
    • Console only
    • Notifies players with permission doctorattend.doctor that help is needed
  • /doctorattend player
    • Player only
    • Permission doctorattend.doctor required to run
    • Automatically run "/warp hospital {playername}" to bring doctor to hospital
    • Notifies players with permission doctorattend.doctor that a doctor has attended to the patient

Permissions:

  • doctorattend.doctor
    • Given to doctors who are to attend to patients

Credits:

  • DavidDGTNT: Head developer and owner of SkylineCraft
  • DemocracyCraft: Inspiration for the plugin because of their hospital system