Config rearrange #9


  • Accepted
  • Enhancment
Open
Assigned to _ForgeUser7489336
  • _ForgeUser7554077 created this issue Mar 23, 2012

    So the new update made some things better and some a bit worse but it's still fine :D

    Its very close to what I am imaging. You would only have to make a small change in the config.

    enabled: true
    tag: '&c[News]&7 '
    order: sequential
    groups:
    - global
    global:
      delay: 1
      repeat: 2
      last: 3
      announcements:
      - This is just a random example announcement

    So that was the current set up. What I have in mind is something like this:

    groups:
        global:
            enabled: true
            tag: '&c[News]&7 '
            order: sequential
            delay: 1
            repeat: 2
            last: 3
            announcements:
            - This is just a example announcement
        local:
            enabled: false
            tag: '&c[Local]&7 '
            order: random
            delay: 2
            repeat: 3
            last: 3
            announcements:
            - This is just a example announcement

    Which this set up each group will be like separate and you can either turn on/off specific groups, have different tags for groups, choose the order and timings.

    Also please add like official PermissionsEX support and also make the announcements to be written in the console/log.

    So some commands need a bit more changeing but not a  lot:
    1. /ga [group] toggle <enable:order>
    2. /ga [group] tag [tag]

    And thats it :D Then it would be perfect until I have a next great idea :D

    I really love how you solved the tag commands. Rather then having to make a separate command for each action like to change the name, color and bracket you just ask for the ready thing like &a[Tag]&f Cool idea :D

    Hope you can make this little change.

    Thanks

  • _ForgeUser7554077 added the tags New Enhancment Mar 23, 2012
  • _ForgeUser7554077 posted a comment Mar 23, 2012

    This setup would fit so well for me and many others.

    Wtih this setup I can make a group called Guest which is a real group in my rank system. And make them one announcement.

    "To get permission to build please register - /register password retypePassword"

    I would set the delay to 0 so it will start displaying fast and set the interval to like 30 seconds.

    So the guests would be reminded to register and if they do, they are switched to a higher rank which doesn't have the announcement :D

    Would be cool if you can implement that.

  • _ForgeUser7489336 posted a comment Mar 23, 2012

    I like this idea. I removed the delay from being configurable because I didn't want my plugin competing for resources right at server start since hardly anyone would be logged on immediately from start so I don't think I will put that back in. However, I do like the idea specific tags. What I think I will do is keep the global tag option as well as tags for each group. Then, if you don't have a tag specified for the group, it will revert to the global tag. So, challenge accepted, keep the ideas coming. I want this to be the best announcement plugin.

  • _ForgeUser7489336 removed a tag New Mar 23, 2012
  • _ForgeUser7489336 added a tag Accepted Mar 23, 2012
  • _ForgeUser7554077 posted a comment Mar 24, 2012

    Will do :D


To post a comment, please login or register a new account.