Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Minecraft
You last visited: Today at 09:04

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Minecraft Bukkit Server - WorldGuard Plugin

Discussion on Minecraft Bukkit Server - WorldGuard Plugin within the Minecraft forum part of the Other Online Games category.

Reply
 
Old   #1
 
[S]-Light's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 149
Received Thanks: 105
Minecraft Bukkit Server - WorldGuard Plugin

Hey Leute,

Ich wollte Heute auf meinem MC Bukkit Server per WorldGuard denn FallDMG, Creeper Block DMG, Feuer und TNT DMG auf Off stellen.

So ich bin in meinen Plugins Ordner gegangen, bin in den Ordner WorldGuard gegangen und hab bei Config "Edit with Notepad++" angeklickt.

So ich hab zuerst "mobs" gesucht und das sah so aus :

mobs:
anti-wolf-dumbness: false
block-creature-spawn: []
block-creeper-block-damage: false
block-creeper-explosions: false

Müsste da hinter nicht "on" stehen ?

So ist es bei FallDMG und Feuer auch ^^ (TNT noch nicht ausprobiert)

Mach ich was falsch oder woran liegt das ?^^

Danke im Vorraus
[S]-Light is offline  
Old 09/22/2011, 20:18   #2
 
elite*gold: 5
Join Date: May 2007
Posts: 1,019
Received Thanks: 250
Wo soll denn on stehen?

Wofür die erste Eigenschaft weiß ich nicht, ansonsten kannst du den Creeperschaden ausstellen, indem du der Einstellung einen Sinn gibst:
block-creeper-block-damage=true

Dann machen die Creeper den Spielern noch schaden. Wenn du das nicht willst, dann kannste das zweite auf true stellen. mobs ist in dem Fall nur die Überschrift der Eigenschaften.
handsan is offline  
Old 09/22/2011, 20:20   #3
 
elite*gold: 100
Join Date: Oct 2010
Posts: 988
Received Thanks: 49
On, off, true, false, 1, 0. Das sind so die gängigsten sachen beim Programmieren womit man aus bzw an machtn.

Erstzt das false durch ture, dnan ist die option auf "Wahr" und somit angeschaltet
Janji is offline  
Old 10/25/2011, 18:38   #4
 
elite*gold: 0
Join Date: Feb 2010
Posts: 1
Received Thanks: 0
Hallo ich habe mir einen Server für Minecraft eingerichtet und möchte den Blockschaden der Creeper ausstellen. Das habe ich in der cfg von WorldGuard auch so eingestellt, aber es wird nach einem Server neustart nicht übernommen und die creeper zerhauen mir immernoch alles steine.

PHP Code:
#
# WorldGuard's main configuration file
#
# This is the global configuration file. Anything placed into here will
# be applied to all worlds. However, each world has its own configuration
# file to allow you to replace most settings in here for that world only.
#
# About editing this file:
# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
#   you use an editor like Notepad++ (recommended for Windows users), you
#   must configure it to "replace tabs with spaces." In Notepad++, this can
#   be changed in Settings > Preferences > Language Menu.
# - Don't get rid of the indents. They are indented so some entries are
#   in categories (like "enforce-single-session" is in the "protection"
#   category.
# - If you want to check the format of this file before putting it
#   into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
#   and see if it gives "ERROR:".
# - Lines starting with # are comments and so they are ignored.
#

protection:
    
enforce-single-sessiontrue
    item
-durabilitytrue
    remove
-infinite-stacksfalse
    disable
-xp-orb-dropsfalse
    disable
-obsidian-generatorsfalse
chest
-protection:
    
enablefalse
physics
:
    
allow-portal-anywherefalse
    no
-physics-sandfalse
    no
-physics-gravelfalse
    disable
-water-damage-blocks: []
ignition:
    
block-tnt-block-damagetrue
    block
-tntfalse
    block
-lighterfalse
regions
:
    
max-region-count-per-player7
    claim
-only-inside-existing-regionsfalse
    invincibility
-removes-mobsfalse
    max
-claim-volume30000
    high
-frequency-flagsfalse
    enable
true
    
use-schedulertrue
    wand
287
simulation
:
    
sponge:
        
redstonefalse
        enable
true
        radius
3
fire
:
    
disable-lava-fire-spreadtrue
    lava
-spread-blocks: []
    
disable-fire-spread-blocks: []
    
disable-all-fire-spreadfalse
suppress
-tick-sync-warningsfalse
default:
    
disable-health-regainfalse
    pumpkin
-scubafalse
mobs
:
    
anti-wolf-dumbnessfalse
    block
-creature-spawn: []
    
block-fireball-explosionsfalse
    block
-fireball-block-damagefalse
    block
-creeper-block-damagetrue
    disable
-enderman-griefingfalse
    block
-creeper-explosionstrue
dynamics
:
    
disable-grass-growthfalse
    disable
-ice-meltingfalse
    disable
-snow-formationfalse
    disable
-mushroom-spreadfalse
    disable
-snow-meltingfalse
    disable
-leaf-decayfalse
    disable
-ice-formationfalse
blacklist
:
    use-as-
whitelistfalse
    logging
:
        
console:
            
enabletrue
        file
:
            
pathworldguard/logs/%Y-%m-%d.log
            enable
false
            open
-files10
        database
:
            
dsnjdbc:mysql://localhost:3306/minecraft
            
enablefalse
            table
blacklist_events
            user
root
            pass
''
summary-on-starttrue
weather
:
    
always-rainingfalse
    disable
-powered-creepersfalse
    disable
-weatherfalse
    disable
-lightning-strike-firefalse
    always
-thunderingfalse
    prevent
-lightning-strike-blocks: []
    
disable-thunderstormfalse
    disable
-pig-zombificationfalse
crops
:
    
disable-creature-tramplingfalse
    disable
-player-tramplingfalse
use-player-move-eventtrue
op
-permissionstrue
player
-damage:
    
teleport-on-void-fallingfalse
    disable
-drowning-damagefalse
    disable
-void-damagefalse
    disable
-fire-damagefalse
    disable
-lava-damagefalse
    teleport
-on-suffocationfalse
    disable
-death-messagesfalse
    disable
-mob-damagefalse
    disable
-fall-damagefalse
    disable
-explosion-damagefalse
    disable
-suffocation-damagefalse
    disable
-contact-damagefalse
    disable
-lightning-damagefalse
auto
-invincible-permissionfalse 
so sieht meine cfg aus, ich hoffe mir kann wer helfen!
danke
Brainfreezer90 is offline  
Reply


Similar Threads Similar Threads
minecraft worldedit , WorldGuard bukkit Plugin
02/24/2012 - Minecraft - 4 Replies
hay habe das WorldGuard und WorldEdit wie kann ich das tnt so machen das es kein schaden macht pls
Minecraft bukkit server Plugin hilfe
07/23/2011 - Minecraft - 1 Replies
Hallo Leute, ich habe ein problem ich will in meinen bukkit server plugins stehlen wenn ich das mache dann funkt es nicht!!!!!! könnt ihr mir behilflich sein???
Minecraft Bukkit LWC und WorldGuard
05/05/2011 - Minecraft - 6 Replies
Moin Community, bin ja gerade am Server aufbauen und habe ein paar Plugins Installiert! LWC und World Guard sind dabei nur habe ich damit gerade ein paar Probleme. LWC will bei mir nicht funktionieren. Entweder er sagt: You do not have permission to do that oder Error und dahinter noch was .. wisst Ihr vielleicht Rat? Bei WorldGuard habe ich keine Probleme also von den Funktionen her .. nur habe ich gerade ein paar Befehl Probleme! Wenn ich eine Fläche Protecten möchte möchte ich...
We are Minecraft[24/7] [LWC,WorldGuard u.v.m.][bukkit]
01/28/2011 - Minecraft - 9 Replies
Hi@all, und zwar bin ich dabei eine kleine Minecraft Welt aufzubauen. Wir suchen noch einige User die sich in Sachen Minecraft und dem Erbauen von komplexeren Gebäude als ein 15x15 Haus auskennen. Der Server wird sich wohl so bei 10-20 Spielern einpendeln. Mir ist es lieber ich halte es klein um den Support zu gewährleisten und ein besseres User-User Verhältnis zu schaffen als auf einen 60+ Server. Wer Interesse hat , postet eine Bewerbung in unserem Forum: minecrafter .xobor .de



All times are GMT +2. The time now is 09:04.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.