Place Limit

Description

Place Limit(place_limit) 🔗

A mod limiting how fast players can place nodes.

Let's kill 'em ! Got... where's he gone ? Wait... up there, on the tower... how could he build it so fast ?!

- me, playing Minetest

Problem solved by this mod.

About 🔗

Depends on modlib and hud_timers.

Please note that this mod may not work along well with other mods overriding registering on_placenodes and that it may be recommended to use the API.

Licensed under the MIT License. Written by Lars Mueller alias LMD or appguru(eu).

Configuration 🔗

Default Configuration 🔗

{
  "cooldown": {
    "default": 3.0,
    "by_name": {},
    "by_group": {}
  }
}

Usage 🔗

cooldown 🔗

default 🔗

Default cooldown value - only used if no by_group or by_node cooldown specified for given node.

by_name 🔗

Cooldown by node name.

by_group 🔗

Cooldown by node group. Will be multiplied with node group value.

In the end, maximum cooldown value of all by_group and the by_name cooldown is used

Reviews

Review

Do you recommend this mod?

  • No reviews, yet.

Releases

2022-11-18

Download

2022-11-18 17:32 UTC

2022-11-18 🔗

No release notes

rolling-10

Download

2020-12-19 11:06 UTC

rolling-10 🔗

No release notes

rolling-9

Download

2020-09-27 18:19 UTC

rolling-9 🔗

No release notes

rolling-8

Download

2020-09-27 14:57 UTC

rolling-8 🔗

No release notes

rolling-7

Download

2020-06-23 13:13 UTC

rolling-7 🔗

No release notes

All releases

Information

Provides

place_limit

Dependencies

Required
hud_timers modlib

Information

Type
Mod
Technical Name
place_limit
Languages
English
License
MIT
Maintenance State
Unknown
Added
2019-11-02 14:10 UTC
Maintainers
LMD