Suggestions for 7.2 +

Re: Suggestions for 7.2 +

Postby Ultima » 19 Dec 2011, 16:12

If a ban is used:

/ban [name] [reason] -> put in DB/flatfile -> [name] [opname] [reason] [time/day]

OP/admin can use /showban [name] to see why and by who he/she was banned.
User avatar
Ultima
 
Posts: 953
Joined: 19 Aug 2011, 23:45

Re: Suggestions for 7.2 +

Postby Ultima » 24 Dec 2011, 19:15

A block that appears as any block but u can attach a command to it.

like /cmdcommand [block] [command]

When block is clicked, command will run.
User avatar
Ultima
 
Posts: 953
Joined: 19 Aug 2011, 23:45

Re: Suggestions for 7.2 +

Postby HelloWorldCool » 03 Jan 2012, 17:54

Ultima wrote:A block that appears as any block but u can attach a command to it.

like /cmdcommand [block] [command]

When block is clicked, command will run.


Seems Like a good idea.

Code: Select all
/cc [block] [command]


for shortcut.
Download fCraft maps! - viewtopic.php?f=25&t=3012!



Note: The Developer(s) of MCDzienny have resigned and the software is no longer supported.
Errors are bound to occur and Mojang has not attempted to resolve them.
User avatar
HelloWorldCool
 
Posts: 867
Joined: 18 Oct 2011, 00:19
Location: MCDzienny Forums, HelloWorldCool Forums

Re: Suggestions for 7.2 +

Postby Ultima » 05 Jan 2012, 13:04

When using the Heaven option for dead players, they get a message "You are send to heaven".
But what if (like mine) the map is Hell?

You are send to Heaven.
[name] went to Hell


Possible to change "You are send to Heaven" or line fetches the map name that is set for heaven?
User avatar
Ultima
 
Posts: 953
Joined: 19 Aug 2011, 23:45

Re: Suggestions for 7.2 +

Postby Ultima » 06 Jan 2012, 23:17

Possible to temp disable hack-detection for players if lavamap is switched.
Ppl with a bad connection (but good enough to play) will get kicked otherwise.
User avatar
Ultima
 
Posts: 953
Joined: 19 Aug 2011, 23:45

Re: Suggestions for 7.2 +

Postby Ultima » 09 Jan 2012, 11:06

More advanced banning logging system :)

When a user gets banned and he tries to reconnect he now sees the message: You are banned!

Possible to change this to: You are banned by [name]! Reason: [reason]
When a user gets banned, in a seperate file it says by who, when and why.

This makes misplaced bans much easier to find :)
The problem is now that i cant find out why someone is banned :(
User avatar
Ultima
 
Posts: 953
Joined: 19 Aug 2011, 23:45

Re: Suggestions for 7.2 +

Postby Ultima » 09 Jan 2012, 11:10

In a log file the chat log and command log are together.
Seperate the chatlog and command log and save them in 2 files?
User avatar
Ultima
 
Posts: 953
Joined: 19 Aug 2011, 23:45

Re: Suggestions for 7.2 +

Postby Ultima » 11 Jan 2012, 09:38

Can u make variable that people can use in plugins to keep track of a event?

Just a counter for each player that keeps tracks of their (example) amount of warnings, custom lives etc. for plugins.
After they logout the counter resets to 0.

I don't know if something like this already exists or how to make one :D
User avatar
Ultima
 
Posts: 953
Joined: 19 Aug 2011, 23:45

Re: Suggestions for 7.2 +

Postby Ultima » 11 Jan 2012, 13:22

- A option to set the number of lives at start of lavamap.

- A option to change the reward by the number of lives lost/remain.

Example:
    - If user has all lives, user gets 100% of money
    - If user misses 1 live, user gets 50% of money
    - If user misses 2 live, user gets 25% of money
Or:
    - If user has all lives, user gets 60 money
    - If user misses 1 live, user gets 30 money
    - If user misses 2 live, user gets 15 money

With % its possible to interact with the below sea level option.
User avatar
Ultima
 
Posts: 953
Joined: 19 Aug 2011, 23:45

Re: Suggestions for 7.2 +

Postby dzienny » 16 Jan 2012, 01:06

Ultima wrote:More advanced banning logging system :)

When a user gets banned and he tries to reconnect he now sees the message: You are banned!

Possible to change this to: You are banned by [name]! Reason: [reason]
When a user gets banned, in a seperate file it says by who, when and why.

This makes misplaced bans much easier to find :)
The problem is now that i cant find out why someone is banned :(


You can already set a custom ban message, for example "You are banned! Visit: www.fkdjslkfsdkjfl.com" in settings. Still I may add some ban log with date, time, rank and optionally a reason.

HelloWorldCool wrote:Location : Feature : Opinion

System : Start Minimized : I think i will be able to run my server hidden...(It's like i can leave my computer untouched :P)

Hopefully you can make this an option dzienny

(start-minimized = true)

Code: Select all
# Server options
server-name = Default
motd = Welcome!
port = 25565
verify-names = true
public = true
max-players = 30
max-maps = 10
world-chat = true
check-updates = false
autoload = true
auto-restart = false
start-minimized = true
restarttime = 12:00 AM
restart-on-error = False
main-name = main


I will add an option for starting the server with "-trayicon" argument, so that you executes "mcdzienny.exe -trayicon" and then it starts in hidden mode.

Ultima wrote:Can u make variable that people can use in plugins to keep track of a event?

Just a counter for each player that keeps tracks of their (example) amount of warnings, custom lives etc. for plugins.
After they logout the counter resets to 0.

I don't know if something like this already exists or how to make one :D


There are such properties already and they are public, for example p.money, p.lives . If you use Visual Studio for coding and you referenced mcdzienny_.dll you can browse all the public variables and properties of Player object, and others too.

Ultima wrote:- A option to set the number of lives at start of lavamap.

- A option to change the reward by the number of lives lost/remain.

Example:
    - If user has all lives, user gets 100% of money
    - If user misses 1 live, user gets 50% of money
    - If user misses 2 live, user gets 25% of money
Or:
    - If user has all lives, user gets 60 money
    - If user misses 1 live, user gets 30 money
    - If user misses 2 live, user gets 15 money

With % its possible to interact with the below sea level option.


I think I can add an event that will let you create your own algorithm for counting the score.
But there's a problem, since last weekend I don't have access to the source code of the software as my computer broke down. It seems to be a matter of a graphic card that ceased to work. A new one should be already delivered, hopefully it will come today.
User avatar
dzienny
Administrator
 
Posts: 1181
Joined: 23 Jan 2011, 14:27

PreviousNext

Return to General Suggestions

Who is online

Users browsing this forum: No registered users and 4 guests

cron