[Mod] Land Rush [landrush]

User avatar
BrandonReese
Member
Posts: 839
Joined: Wed Sep 12, 2012 00:44
GitHub: bremaweb
IRC: BrandonReese
In-game: BrandonReese
Location: USA

by BrandonReese » Post

Fixed it so you can open regular doors if you aren't wielding an item

dafull97
Member
Posts: 19
Joined: Mon Sep 23, 2013 13:08

by dafull97 » Post

So i installed right and stuff, your Land Sale block wont Craft help?

W - Wooden Planks
X - nothing

XWW
XWX
WWX

Thanks,
Dafull97

User avatar
fairiestoy
Member
Posts: 191
Joined: Sun Jun 09, 2013 19:25
Location: Germany

by fairiestoy » Post

First suggestions:
Did you installed the money2 mod?
Did you tried to

Code: Select all

/giveme landrush:sale_block
Did the rest of the mod loaded as expected?

Instead of just saying 'It doesn't work', better supply as much
information as possible. Just saying
Interesting about new things is, to figure out how it works ...

dafull97
Member
Posts: 19
Joined: Mon Sep 23, 2013 13:08

by dafull97 » Post

fairiestoy wrote:First suggestions:
Did you installed the money2 mod?
Did you tried to

Code: Select all

/giveme landrush:sale_block
Did the rest of the mod loaded as expected?

Instead of just saying 'It doesn't work', better supply as much
information as possible. Just saying
All others work, i haven't got money2 mod?

EDIT:
/giveme landrush:sale_block don't work....
Last edited by dafull97 on Fri Sep 27, 2013 12:16, edited 1 time in total.

User avatar
Topywo
Member
Posts: 1721
Joined: Fri May 18, 2012 20:27

by Topywo » Post

dafull97 wrote: All others work, i haven't got money2 mod?
viewtopic.php?id=3039


Edit: Under dependencies.
Last edited by Topywo on Fri Sep 27, 2013 20:15, edited 1 time in total.

Rhys
Member
Posts: 379
Joined: Wed May 22, 2013 15:22

Re: [Mod] Land Rush [landrush]

by Rhys » Post

I think what should be added to this mod that you can give someone a secton of claimed land, for example, if I claimed some land, but I want to give only HALF of my land to my friend, so one little house for me and for him. Apart from this, I love this mod :)

twoelk
Member
Posts: 1482
Joined: Fri Apr 19, 2013 16:19
GitHub: twoelk
IRC: twoelk
In-game: twoelk
Location: northern Germany

Re: [Mod] Land Rush [landrush]

by twoelk » Post

does/could this have a command to list all my areas with coordinates? Could be helpfull to find lost or forgotton property or just to get an overview of all my clained blocks. Could be even more usefull if such a list could be dumped at the client side, that is local to the player.

lord-swaggerton
Member
Posts: 12
Joined: Mon Sep 02, 2013 10:12

Re: [Mod] Land Rush [landrush]

by lord-swaggerton » Post

i cant get the mod to work it fails everytime

RebelD
Member
Posts: 30
Joined: Mon Jul 07, 2014 21:34
In-game: Dielan

Re: [Mod] Land Rush [landrush]

by RebelD » Post

lord-swaggerton wrote:i cant get the mod to work it fails everytime
It might be you got another doors mod , it got me some problems.


I also got a question. What do I need to change and into what for a 5 x 5 chunk.
As I want to have the posibility to have people stack close near eachother and smaller places , so if they want a bigger chunk they'd need to use more or so.

Sorry if it sounds dumb, but got not much of a clue :)

Sol
Member
Posts: 73
Joined: Thu Jul 31, 2014 05:21
In-game: sol

Re: [Mod] Land Rush [landrush]

by Sol » Post

Updated version of this mod: https://github.com/donat-b/landrush
Changes:
- completely reworked HUD logic (also doesn't break other mod's HUDs anymore)
- area highlighting is always shown when you place a claim
- more expensive recipe for landclaims

P.S.: Pull requests are welcome.
There is no such thing as duty. If you know that a thing is right, you want to do it. If you don't want to do it—it isn't right. If it's right and you don't want to do it—you don't know what right is and you're not a man. -- Ayn Rand

User avatar
Pickles
New member
Posts: 4
Joined: Mon Jun 22, 2015 18:05
In-game: Pickles

Re: [Mod] Land Rush [landrush]

by Pickles » Post

BrandonReese wrote:I actually updated it a couple of days ago and added an onlineProtection option. Update your mod from the latest github version which defaults to online protection being on. You can change online protection by changing

Code: Select all

local onlineProtection = true
to

Code: Select all

local onlineProtection = false
i love this mod but i cant seem to make things work in my favor

ive been looking through the lua and ive tried to change some things but i just don't know where to look i guess

sorry i am pretty bad at lua script

i download it, it works but as a test i created a new test map with a player name and placed a few blocks around to claim said land then i logged off then signed in as a different player name and tried to place a block and nothing happen no warning no nothing no reappearance of blocks

i guess all i am after if constant protection when i am online and offline i just don't know how to work the lua enough to change to the right aspects

sorry if i sound like a dunce lol

User avatar
BrandonReese
Member
Posts: 839
Joined: Wed Sep 12, 2012 00:44
GitHub: bremaweb
IRC: BrandonReese
In-game: BrandonReese
Location: USA

Re: [Mod] Land Rush [landrush]

by BrandonReese » Post

So make sure onlineProtection = false (which I think is the default). If the player you are trying to violate the claimed land with has the Landrush privilege they will be allowed to dig and build in claimed areas without warning.

User avatar
Pickles
New member
Posts: 4
Joined: Mon Jun 22, 2015 18:05
In-game: Pickles

Re: [Mod] Land Rush [landrush]

by Pickles » Post

i dony know lua scrips well and i dont know exactly where to place the changed settings like in every wordpad file i view i cant seem to find anything mentioning onlineprotecting except the protection file but i dont know if i should change anything there i am dunce and sorry for that

i just want people to be able to dig anywhere except on peoples land claims i just cant seem to get it to work for me

like i said before i made two players names and tried to dig on eachothers cllaimed land as a test to see if it works and its just not working

does it only work when you have the server actually up and running cuz i am testing this mod on my unconnected servers

also if its just a landrush privi problem then how to i auto take away land rush priv from
players who enter the server

dannyplaysminetest
Member
Posts: 37
Joined: Sun Jun 28, 2015 19:20
In-game: Danny

Re: [Mod] Land Rush [landrush]

by dannyplaysminetest » Post

you made a little mistake here i think :

(1) Edit init.lua and change requireClaim = true to use this mode.
(2) Edit init.lua and change requireClaim = false to use this mode.

They must edit the config.lua file, not the init.lua
Took me a few minutes to figure that one out, however Thanks for creating and sharing this cool Mod! ^_^

Emon
Member
Posts: 48
Joined: Tue Apr 26, 2016 09:35

Re: [Mod] Land Rush [landrush]

by Emon » Post

I'm having issues getting this mod work, any help?

Code: Select all

2016-05-11 13:35:30: ACTION[Main]: Loading Land Rush Land Claim
2016-05-11 13:35:30: WARNING[Main]: landrush registered door "landrush:shared_door" using deprecated API method "doors.register_door()" but did not provide the "tiles" parameter. A fallback tiledef will be used instead.
2016-05-11 13:35:30: ERROR[Main]: ModError: Failed to load and run script from /home/user/games/minetest-0.4.13/bin/../mods/landrush/init.lua:
2016-05-11 13:35:30: ERROR[Main]: ...minetest-0.4.13/bin/../mods/landrush/shared_door.lua:42: attempt to index field 'landrush:shared_door_b_1' (a nil value)
2016-05-11 13:35:30: ERROR[Main]: stack traceback:
2016-05-11 13:35:30: ERROR[Main]: 	...minetest-0.4.13/bin/../mods/landrush/shared_door.lua:42: in main chunk
2016-05-11 13:35:30: ERROR[Main]: 	[C]: in function 'dofile'
2016-05-11 13:35:30: ERROR[Main]: 	...games/minetest-0.4.13/bin/../mods/landrush/init.lua:16: in main chunk
2016-05-11 13:35:30: ERROR[Main]: Check debug.txt for details.

User avatar
TheReaperKing
Member
Posts: 531
Joined: Sun Nov 22, 2015 21:36
Contact:

Re: [Mod] Land Rush [landrush]

by TheReaperKing » Post

This mod is great for our survival world and I want to use it in creative but one thing I worry about is the students spamming claim areas so no one else can build. Is it possible for the admin to unclaim areas? Maybe it'd be best to have it be an admin only block and then I can just hand out blocks them as they need them :)
Become A Real Life Superhero - http://SuperheroHill.com
Project Lead of the Doom 3 Mod Last Man Standing - http://Doom3Coop.com
Project Lead of Platinum Arts Sandbox Free 3D Game Maker - http://SandboxGameMaker.com
Youtube Channel - https://www.youtube.com/user/PlatinumArtsKids

User avatar
Krock
Developer
Posts: 4649
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

Re: [Mod] Land Rush [landrush]

by Krock » Post

TheReaperKing wrote:Is it possible for the admin to unclaim areas?

Maybe it'd be best to have it be an admin only block and then I can just hand out blocks them as they need them :)
Yes, requires the landrush privilege - https://github.com/Bremaweb/landrush/bl ... ds.lua#L45

Creative means that they can all blocks - in theory also those who aren't listed, like the different grass nodes. This means an admin-only thing is not possible.
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

User avatar
Fixer
Member
Posts: 904
Joined: Sun Jul 31, 2011 11:23
IRC: Fixer
In-game: Fixer
Location: Ukraine

Re: [Mod] Land Rush [landrush]

by Fixer » Post

does/could this have a command to list all my areas with coordinates? Could be helpfull to find lost or forgotton property or just to get an overview of all my clained blocks. Could be even more usefull if such a list could be dumped at the client side, that is local to the player.
+1
simple_protection mod already provides this capability, thanks to Krock. I've added feature request on landrush mod github page.
Last edited by Fixer on Sun Nov 27, 2016 21:53, edited 5 times in total.

User avatar
Fixer
Member
Posts: 904
Joined: Sun Jul 31, 2011 11:23
IRC: Fixer
In-game: Fixer
Location: Ukraine

Re: [Mod] Land Rush [landrush]

by Fixer » Post

Emon:
I think this error was fixed already.

User avatar
TheReaperKing
Member
Posts: 531
Joined: Sun Nov 22, 2015 21:36
Contact:

Re: [Mod] Land Rush [landrush]

by TheReaperKing » Post

My students were wondering, is there a way to share all of your area with another person besides having to do it block by block?
Become A Real Life Superhero - http://SuperheroHill.com
Project Lead of the Doom 3 Mod Last Man Standing - http://Doom3Coop.com
Project Lead of Platinum Arts Sandbox Free 3D Game Maker - http://SandboxGameMaker.com
Youtube Channel - https://www.youtube.com/user/PlatinumArtsKids

User avatar
BrandonReese
Member
Posts: 839
Joined: Wed Sep 12, 2012 00:44
GitHub: bremaweb
IRC: BrandonReese
In-game: BrandonReese
Location: USA

Re: [Mod] Land Rush [landrush]

by BrandonReese » Post

Yes there is a /shareall command. That will share all of a users existing land claims with another user. If they add more claims later on that they want to share with everybody they'll have to use the /shareall command again.

User avatar
TheReaperKing
Member
Posts: 531
Joined: Sun Nov 22, 2015 21:36
Contact:

Re: [Mod] Land Rush [landrush]

by TheReaperKing » Post

Wow thank you for the fast and awesome response!! I hope I didn't just miss seeing it in the first post, sorry if I did!!
Become A Real Life Superhero - http://SuperheroHill.com
Project Lead of the Doom 3 Mod Last Man Standing - http://Doom3Coop.com
Project Lead of Platinum Arts Sandbox Free 3D Game Maker - http://SandboxGameMaker.com
Youtube Channel - https://www.youtube.com/user/PlatinumArtsKids

User avatar
BFett
Member
Posts: 10
Joined: Tue Jun 18, 2013 04:39

Re: [Mod] Land Rush [landrush]

by BFett » Post

Hello, I recently visited the server and noticed that the shop I had has since disappeared. I was wondering if this was caused by a restored version of the map. I also noticed that my resources are missing. Mostly the metals and mesecon I had mined.

I hope player population increases on your server again.

BFett

User avatar
scottwolff
Member
Posts: 129
Joined: Sat Apr 30, 2016 06:15
In-game: scottwolff or some variant of iasiney
Location: Central Illinois

Re: [Mod] Land Rush [landrush]

by scottwolff » Post

A cool idea. Different protection flavor.

Post Reply

Who is online

Users browsing this forum: No registered users and 26 guests