All Projects → minetest-mods → areas

minetest-mods / areas

Licence: LGPL-2.1 license
A rewrite of the node_ownership Minetest mod with many new features.

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to areas

Filterlist For Adguard
A very aggressive filter-list that consolidates over 320 lists for use in AdGuard Home.
Stars: ✭ 157 (+227.08%)
Mutual labels:  protection
react-plough
A library to help tend your react form fields
Stars: ✭ 31 (-35.42%)
Mutual labels:  management
ways-of-working
Ways of Working (WoW) with team principles, values, ground rules, aspirations, norms, working agreements, shared expectations, and group understandings
Stars: ✭ 527 (+997.92%)
Mutual labels:  management
Ansible Collection Hardening
This Ansible collection provides battle tested hardening for Linux, SSH, nginx, MySQL
Stars: ✭ 2,543 (+5197.92%)
Mutual labels:  protection
Launchscreensnapshot
Protects sensitive data in your app snapshot.
Stars: ✭ 209 (+335.42%)
Mutual labels:  protection
EyesGuard
👀 Windows Application for protecting your eyes
Stars: ✭ 217 (+352.08%)
Mutual labels:  protection
Personal Security Checklist
🔒 A curated checklist of 300+ tips for protecting digital security and privacy in 2021
Stars: ✭ 2,388 (+4875%)
Mutual labels:  protection
todo-cli
✅ Command-line tool to manage Todo lists
Stars: ✭ 88 (+83.33%)
Mutual labels:  management
Cloudmare
Cloudflare, Sucuri, Incapsula real IP tracker.
Stars: ✭ 213 (+343.75%)
Mutual labels:  protection
content
Content management system for Yii2
Stars: ✭ 54 (+12.5%)
Mutual labels:  management
Ansible Nginx Hardening
This Ansible role provides secure nginx configurations.
Stars: ✭ 180 (+275%)
Mutual labels:  protection
Limitrr
Light NodeJS rate limiting and response delaying using Redis - including Express middleware.
Stars: ✭ 203 (+322.92%)
Mutual labels:  protection
sobolevn.github.io
sobolevn's personal page, where I rant about software and management
Stars: ✭ 36 (-25%)
Mutual labels:  management
Antiddos System
🛡️⚔️ Protect your web app from DDOS attack or the Dead Ping + CAPTCHA VERIFICATION in one line!
Stars: ✭ 173 (+260.42%)
Mutual labels:  protection
DuckyPanel
Modern email control panel for WildDuck
Stars: ✭ 33 (-31.25%)
Mutual labels:  management
Hostsvn
Hosts block ads of Vietnamese
Stars: ✭ 145 (+202.08%)
Mutual labels:  protection
k-box
Web-based application to manage documents, images, videos and geodata.
Stars: ✭ 28 (-41.67%)
Mutual labels:  management
FoxGuard-Sponge
A Minecraft world protection plugin for SpongeAPI
Stars: ✭ 31 (-35.42%)
Mutual labels:  protection
engineering-leader
Beginning knowledge for leading and managing engineers
Stars: ✭ 22 (-54.17%)
Mutual labels:  management
ToDo
Manage your ToDos by Github Issues and Projects
Stars: ✭ 103 (+114.58%)
Mutual labels:  management

Areas mod for Minetest

Dependencies

Minetest 5.0.0+ is recommended, but 0.4.16+ should work as well. Minetest 5.0.0+

Optional support for following mods:

Configuration

Open the tab Settings -> All Settings -> Mods -> areas to get a list of all possible settings.

For server owners: Check settingtypes.txt and modify your minetest.conf according to the wanted setting changes.

Tutorial

  1. Specify the corner positions of the area you would like to protect. Use one of the following commands:
  • /area_pos set and punch the two corner nodes to set them.
  • /area_pos set1/set2 and punch only the first or second corner node to set them one at a time.
  • /area_pos1/2 to set one of the positions to your current position.
  • /area_pos1/2 X Y Z to set one of the positions to the specified coordinates.
  1. Protect the selected area by running one of the following commands:
  • /set_owner <OwnerName> <AreaName> -- If you have the areas privilege.
  • /protect <AreaName> -- If you have the areas privilege or the server administrator has enabled area self-protection.

The area name is used only for informational purposes and has no functional importance.

For example: /set_owner SomePlayer Mese city

  1. You now own an area. You may now add sub-owners to it if you want to (see command /add_owner). Before using the /add_owner command you have to select the corners of the sub-area as you did in step 1.

If your markers are still around your original area and you want to grant access to your entire area you will not have to re-set them. Use /select_area to place the markers at the corners of an existing area if you've reset your markers and want to grant access to a full area.

The /add_owner command expects three arguments:

  1. The ID number of the parent area (the area that you want to add a sub-area to).
  2. The name of the player that will own the sub-area.
  3. The name of the sub-area. (can contain spaces)

For example: /add_owner 123 BobTheBuilder Diamond lighthouse

Commands

  • /protect <AreaName> -- Protects an area for yourself. (if self-protection is enabled)

  • /set_owner <OwnerName> <AreaName> -- Protects an area for a specified player. (requires the areas privilege)

  • /add_owner <ParentID> <OwnerName> <ChildName> -- Grants another player control over part (or all) of an area.

  • /rename_area <ID> <NewName> -- Renames an existing area.

  • /list_areas -- Lists all of the areas that you own, or all areas if you have the areas privilege.

  • /find_areas <Regex> -- Finds areas using a Lua regular expresion. For example, to find castles:

    /find_areas [Cc]astle
    
  • /remove_area <ID> -- Removes an area that you own. Any sub-areas of that area are made sub-areas of the removed area's parent, if it exists. If the removed area has no parent it's sub-areas will have no parent.

  • /recursive_remove_areas <ID> -- Removes an area and all sub-areas of it.

  • /change_owner <ID> <NewOwner> -- Change the owner of an area.

  • /area_info -- Returns information about area configuration and usage.

  • /select_area <ID> -- Sets the area positions to those of an existing area.

  • /area_pos {set,set1,set2,get} -- Sets the area positions by punching nodes or shows the current area positions.

  • /area_pos1 [X,Y,Z|X Y Z] -- Sets area position one to your position or the one supplied.

  • /area_pos2 [X,Y,Z|X Y Z] -- Sets area position two to your position or the one supplied.

  • /areas_cleanup -- Removes all ownerless areas. Useful for cleaning after user deletion, for example using /remove_player.

  • /area_open <ID> -- Toggle open/closed the specified area for everyone.

  • /area_faction_open <ID> <faction> -- Toggle open/closed the specified area for members of the faction. Factions are created and managed by playerfactions mod.

License

Copyright (C) 2013-2017 ShadowNinja

Copyright (C) 2015-2020 various contributors

Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt and http://www.gnu.org/licenses/lgpl-2.1.txt

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].