Simple Claims Plugin:

Discussion in 'Plugin Requests' started by MPG1, Feb 22, 2020.

?

Is this possible?

Poll closed Mar 7, 2020.
  1. Yes

    100.0%
  2. No

    0 vote(s)
    0.0%
  3. I'm not sure

    0 vote(s)
    0.0%
Thread Status:
Not open for further replies.
  1. Offline

    MPG1

    I have made a "claims" world, and the idea here is that I make rectangular worldguard regions, and have each be claimable. you could run, say
    Code:
    /claim [region name]
    and then you would be given build access to that area. Also, the regions don't have to be worldguard, other region types are fine. The main difference between this claim plugin and other ones is that you DON'T get to define your own claim. You could build whatever you wanted, and each person would have limited claims.

    Maybe in the future, joinable claims would be cool? like if you had 2 claims side by side, they would merge? or use a command to?

    Any time is fine.
    Version: 1.14.4 craftbukkit
    Thanks! Anything helps!
     
    Last edited: Feb 22, 2020
  2. Offline

    Xp10d3

    Any commands or permissions? Check sticky pls.
     
  3. Offline

    ironinventor1

    Slightly confused by your description @MPG1 Just to be clear what you want
    - You create "plots" using worldguard
    - /claim (region) would allow the player to claim the plot they are in.
    and as @Xp10d3 said : Permissions? Commands? Server Version? etc etc
     
    Xp10d3 likes this.
  4. Offline

    MPG1

    @ironinventor1 Yes. That is what I want.
    Permissions:
    Code:
    myplugin.claim
         Can claim the area you are in.
              /claim
    myplugin.unlimited
         Can bypass the claim limit.
    myplugin.admin
         Can edit claim limits/reload plugin
              /claimlimit [new value]
              /myplugin reload
    Not sure what you mean by version. CraftBukkit 1.14.4 is all I have for now.
    Thanks!
     
  5. Offline

    JRL1004

    For the command where admins can change the limit, what should be done if the admin reduces the number of claims to be less than the current amount? What should be done for players that now have too many plots?

    Additionally, does "/claim" give the plot to the player that is standing in it, or does the command need a name as in the original post? (Both is also possible).
     
  6. Offline

    MPG1

    The players with too many plots would keep the extras, and a warning would alert the admins of it.
    I would say you would claim whichever unclaimed one you were in, or name it if you didn't/aren't in one.
    Thank you!
     
  7. Offline

    Xp10d3

    There is already a plugin for this.
    https://dev.bukkit.org/projects/landclaim
     
  8. Offline

    MPG1

    1, this plugin is too old for my server.
    2, this plugin can only claim chunks.
    3, you can't set the chunk limit.

    I appreciate this, but it isn't quite what I want.
     
    Xp10d3 likes this.
  9. Offline

    MPG1

    bump
     
Thread Status:
Not open for further replies.

Share This Page