Search found 13 matches

by admicos
Wed May 03, 2017 10:41
Forum: Problems
Topic: How do I change my MineTest server password?
Replies: 3
Views: 1026

Re: How do I change my MineTest server password?

BlueTangs Rock wrote:Which admin? Any? Also,Forum Admins or Server admins?
admicos wrote:admin(s) of all the servers you joined
So, server admins. There isn't a "server password" just like there isn't any "internet passwords". You can and should use different passwords on different sites, and Minetest servers.
by admicos
Wed May 03, 2017 03:43
Forum: Problems
Topic: How do I change my MineTest server password?
Replies: 3
Views: 1026

Re: How do I change my MineTest server password?

You'll have to ask the admin(s) of all the servers you joined to change your password. Passwords are exclusive to servers.
by admicos
Wed May 03, 2017 03:42
Forum: Modding Discussion
Topic: Chance Cubes Ideas
Replies: 7
Views: 1239

Re: Chance Cubes Ideas

* Surround the cube with indestructible/hard to break blocks.
* Give the player a huge amount of useless items, filling their inventory.
* Explode?
* Do nothing.
by admicos
Wed Apr 26, 2017 17:38
Forum: Mod Releases
Topic: [Mod] Advanced area protection [areas]
Replies: 218
Views: 130437

Re: [Mod] Advanced area protection [areas]

Andrey01 wrote:
admicos wrote:I am using this mod and a player can pass through walls by breaking a protected block. Also, chests can be opened inside protected areas. Is there any fixes for those?
You must have Protector Redo mod to protect your chests
Thanks!
by admicos
Wed Apr 26, 2017 15:02
Forum: Mod Releases
Topic: [Mod] Advanced area protection [areas]
Replies: 218
Views: 130437

Re: [Mod] Advanced area protection [areas]

I am using this mod and a player can pass through walls by breaking a protected block. Also, chests can be opened inside protected areas. Is there any fixes for those?
by admicos
Wed Apr 26, 2017 03:40
Forum: Mod Releases
Topic: [Mod] HUD Bars [2.3.5] [hudbars]
Replies: 246
Views: 87229

Re: [Mod] HUD bars [1.7.1] [hudbars]

I translated the mod to Turkish, can you add it?

Code: Select all

# locale/tr.txt

Health = Can
Breath = Nefes
%s: %d/%d = %s: %d/%d
by admicos
Sun Apr 09, 2017 19:45
Forum: Modding Discussion
Topic: Bukkit-like inline text coloring parser
Replies: 0
Views: 482

Bukkit-like inline text coloring parser

So, i have this function in my mod, and i just wanted to share it here in case anyone needed it. The function is in the public domain as with the rest of the mod --- Parses colors, will return a string -- @param msg The message to parse local function withColor(msg) local messageParts = string.split...
by admicos
Fri Mar 03, 2017 20:20
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 4208
Views: 572453

Re: Post your modding questions here

Is there a way to "ignore" chat messages? For example, when a player says "i am new", i want the message to stop getting sent, and instead send my custom message, like "player is new to this server!" I am currently using register_on_chat_message and everything i want t...
by admicos
Fri Mar 03, 2017 14:24
Forum: Modding Discussion
Topic: Post your modding questions here
Replies: 4208
Views: 572453

Re: Post your modding questions here

Is there a way to "ignore" chat messages? For example, when a player says "i am new", i want the message to stop getting sent, and instead send my custom message, like "player is new to this server!" I am currently using register_on_chat_message and everything i want to...
by admicos
Fri Mar 03, 2017 02:58
Forum: Mod Releases
Topic: [Mod] Basic Announce System [announce]
Replies: 11
Views: 3171

Re: [Mod] Basic Announce System [announce]

kaeza wrote:minetest.colorize?
Thanks! Just uploaded a new version with Bukkit-like color support (color reference: http://ess.khhq.net/mc/)
by admicos
Thu Mar 02, 2017 16:57
Forum: Mod Releases
Topic: [Modpack] Help [1.4.3] [doc]
Replies: 96
Views: 37862

Re: [Modpack] Help [1.0.1] [doc]

I got the following error on a server: 2017-03-02 19:55:31: ERROR[Main]: ServerError: Lua: Runtime error from mod 'doc' in callback on_playerReceiveFields(): /home/admicos/.minetest/mods/doc/doc_items/init.lg 2017-03-02 19:55:31: ERROR[Main]: stack traceback: 2017-03-02 19:55:31: ERROR[Main]: /home/...
by admicos
Thu Mar 02, 2017 02:32
Forum: Mod Releases
Topic: [Mod] Basic Announce System [announce]
Replies: 11
Views: 3171

Re: [Mod] Basic Announce System [announce]

The mod has been updated, it now includes a way to randomize announcements, and is heavily commented, to possibly help people get into modding Minetest.

I tried to find a coloring function, but it seems like there isn't any yet. (If there is, I'd be glad to know)
by admicos
Wed Mar 01, 2017 20:53
Forum: Mod Releases
Topic: [Mod] Basic Announce System [announce]
Replies: 11
Views: 3171

[Mod] Basic Announce System [announce]

I made this for my private server, but i think it will be useful for other people, so here it is! This is a pretty basic mod that puts chat messages in a set interval, allowing you to create "announcements" and the like. Repo/Downloads: https://github.com/Minetest-Turkiye/minetest-announce...