Notes

Discussion in 'Plugin Requests' started by alexlab963, Aug 10, 2015.

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

    alexlab963

    Plugin category: idk

    Suggested name: Notes

    What I want: I'd like a plugin that players have the ability to create notes,
    Notes text format:
    &7&m--------------&7&l[&r &6&lNotes &7&l]&7&m--------------
    &7- &b<note1>
    &7- &b<note2>
    etc

    If the same node is created twice just dont add it

    Ideas for commands: /notes=view your notes, /notes new=Create new notes, /notes <player> new= Create new notes for other players

    Ideas for permissions: /notes.player.new access to /notes new, notes.admin access to /notes <player> new i also want this to be accessible through the console

    When I'd like it by: Asap.
     
    Last edited: Aug 11, 2015
  2. Offline

    BlackVoidMike

    Why source code? Skid much?
     
  3. So you want someone to make the plugin or you have coded something an it's not working so you want someone to take a look at your source to show you where the problem is?
     
  4. Offline

    alexlab963

  5. Online

    timtower Administrator Administrator Moderator

    @alexlab963 So you want to get a plugin to edit it to your needs? Why not request it with your needs in it already?
     
  6. Offline

    alexlab963

    @timtower I would like to you use the source in the future too if i decide too change the colors/messages etc
    Anyway is anyone willing to do this?
     
  7. Offline

    Firestar311

    Colors, and messages can be defined in a config file, why need the source code? If you know how to code, why ask?
     
  8. Offline

    alexlab963

    Are you gonna create a full language file with header, prefixes and color support?
    If thats so then i dont have a problem
     
  9. Offline

    Firestar311

    @alexlab963
    I am too busy to create this for you, I am sorry, I am saying that it could be done with a config file
     
  10. Online

    timtower Administrator Administrator Moderator

    I can do that.
    Notes are per player?
     
  11. Offline

    alexlab963

  12. Online

    timtower Administrator Administrator Moderator

    @alexlab963 Signature link, NoteLikeMe
    Code:
    commands:
      NoteLikeMe:
      description: Allows the creation and viewing of notes
      usage: /<command> [new]
      aliases: [notes]
      permission: notelikeme.use
      permission-message: You dont have permission to perform this action
    
    permissions:
      notelikeme.use:
      description: Allows the usage of /NoteLikeMe
      default: true
      notelikeme.admin:
      description: Allows the usage of admin commands in NoteLikeMe
      default: OP
    Admin commands work as you described.
    If not satisfied: tell me what is wrong.
     
  13. Offline

    alexlab963

    @timtower It throws an error when loading
     
  14. Online

    timtower Administrator Administrator Moderator

    @alexlab963 Damn, made some changes to my template builder, didn't go well by the looks of it.
    Fixed
     
  15. Offline

    alexlab963

    There are a few other errors on the commands
     
  16. Online

    timtower Administrator Administrator Moderator

    @alexlab963 Time for testing.
    Will get back with you
     
  17. Offline

    alexlab963

  18. Online

    timtower Administrator Administrator Moderator

    @alexlab963 Not yet, got some more important stuff to do first.
     
  19. Offline

    alexlab963

    @timtower Alright take your time
     
  20. Online

    timtower Administrator Administrator Moderator

    I hope to have it fixed within 24 hours.
     
  21. Offline

    ximsilentx

  22. Offline

    alexlab963

  23. Online

    timtower Administrator Administrator Moderator

  24. Offline

    ximsilentx

    Last edited: Aug 13, 2015
  25. Offline

    alexlab963

Thread Status:
Not open for further replies.

Share This Page