nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
DontStay

DontStay

Plugin

Creating regions in which you must always run and not stand for a second

Server AdventureCursedEquipmentGame Mechanics

25 downloads
2 followers

Banner

🔪A simple plugin to create a killer region.

When entering a region, the player needs to run. You can't just walk or stand.

✨Features:

  • HEX Color support
  • Custom config.yml
  • Very simple and non-loading plugin

🏗️Commands:

  • /donts help (help command)
  • /donts pos1 (choose first point)
  • /donts pos2 (choose second point)
  • /donts claim [name] (create region)
  • /donts remove [name] (remove region)
  • /donts list (list of regions)
  • /donts info [name] (info about specified region)
  • /donts reload (reload configuration)

⚙️config.yml preview (english):

#
#  ▒█▀▀▄ █▀▀█ █▀▀▄ ▀▀█▀▀ ▒█▀▀▀█ ▀▀█▀▀ █▀▀█ █░░█
#  ▒█░▒█ █░░█ █░░█ ░░█░░ ░▀▀▀▄▄ ░░█░░ █▄▄█ █▄▄█
#  ▒█▄▄▀ ▀▀▀▀ ▀░░▀ ░░▀░░ ▒█▄▄▄█ ░░▀░░ ▀░░▀ ▄▄▄█
# Version 1.0  | by @camper_crafting
#
messages:
  standingMessage: "&#FF0000&lDont&7&lStay&r &7| &cYou cannot stand in this region! You need to run!"
  pos1Set: "&#FF0000&lDont&7&lStay&r &7| &bFirst point selected"
  pos2Set: "&#FF0000&lDont&7&lStay&r &7| &bSecond point selected"
  differentWorld: "&#FF0000&lDont&7&lStay&r &7| &cYou're in another world. All points must be re-selected"
setBothPositions: "&#FF0000&lDont&7&lStay&r &7| &cYou need to select all points first"
  missingRegionName: "&#FF0000&lDont&7&lStay&r &7| &cYou need to specify a region name"
  regionClaimed: "&#FF0000&lDont&7&lStay&r &7| &aRegion &b&n{name}&r &awas successfully acquired"
  regionRemoved: "&#FF0000&lDont&7&lStay&r &7| &cRegion &b&n{name}&r &cwas successfully removed"
  regionNotFound: "&#FF0000&lDont&7&lStay&r &7| &cRegion &b&n{name}&r &cdoes not exist"
  configReloaded: "&#FF0000&lDont&7&lStay&r &7| &aConfiguration reloaded"
  noPermission: "&#FF0000&lDont&7&lStay&r &7| &cInsufficient permissions."
  help: |
&#FF0000&lDont&7&lStay&r &7| &eCommands:
    &6/donts pos1 &f- select the first point.
    &6/donts pos2 &f- select the second point.
    &6/donts claim [name] &f- privatize a region with the selected name.
    &6/donts remove [name] &f- remove the region with the selected name.
    &6/donts list &f- list of all regions.
    &6/donts info [name] &f- information about this region or the selected region.
    &6/donts help &f- plugin helper.
    &6/donts reload &f- reload the configuration.
    &6The full official guide is available at: &e&nhttps://dontstay.gitbook.io
invalidCommand: "&#FF0000&lDont&7&lStay&r &7| &cUnknown command. Use: &n/donts help&r &cto show a list of plugin commands"
  regionListHeader: "&#FF0000&lDont&7&lStay&r &7| &eRegions:"
  regionListItem: "&6- &b&n{name}"
  notInRegion: "&#FF0000&lDont&7&lStay&r &7| &cYou are not in a region. To view region information, enter the region name at the end of the command"
  noRegions: "&#FF0000&lDont&7&lStay&r &7| &cRegion not found"
  regionAlreadyExists: "&#FF0000&lDont&7&lStay&r &7| &cRegion with name &b&n{name}&r &calready exists"
  onlyPlayerCan: "&cOnly the player can use this command"

🪓regions.yml preview:

regions:
  test:
    world: world
    pos1:
      ==: org.bukkit.Location
      world: world
      x: -39.1822735523049
      y: 95.40762608459386
      z: -243.5564429947386
      pitch: 32.999954
      yaw: 336.90405
    pos2:
      ==: org.bukkit.Location
      world: world
      x: -28.80787914186081
      y: 91.0
      z: -235.15947828448472
      pitch: 39.44997
      yaw: 299.5542
    creator: Camp3r_RU
    created: '2024-08-02 17:59:47'

External resources


Project members

camper_crafting

Creator


Technical information

License
Apache-2.0
Project ID